Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle committed Oct 11, 2023
1 parent 1965c18 commit 3cd2f9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ runs:
- name: Exit if not scheduled
shell: bash
run: |
if [ "${{ github.event_name }}" != "schedule" ]; then
if [ "${{ github.event_name }}" == "schedule" ]; then
echo "This was not triggered by a schedule, skipping."
echo "SKIP_CW=true" >> $GITHUB_ENV
fi
Expand Down

0 comments on commit 3cd2f9b

Please sign in to comment.