We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a09f79 + 736e02e commit 982075eCopy full SHA for 982075e
.github/workflows/arduino_cron.yml
@@ -15,11 +15,11 @@ jobs:
15
- uses: actions/checkout@v3
16
with:
17
fetch-depth: 2
18
- - name: Check if scheduled
+ - name: Check if run by adabot
19
id: check-cron
20
run: |
21
iscron=false
22
- [[ "${{ github.event_name }}" == "schedule" ]] && iscron=true
+ [[ "${{ github.event_name }}" == "push" && "${{ github.actor }}" == "adabot" ]] && iscron=true
23
echo "status=$iscron" >> "$GITHUB_OUTPUT"
24
- name: Check if dispatched
25
id: check-dispatch
0 commit comments