Skip to content

Commit

Permalink
Revert "TEMP: disable schedule log block"
Browse files Browse the repository at this point in the history
This reverts commit b19c40b.
  • Loading branch information
kyle committed Oct 9, 2023
1 parent ef38ff6 commit 3c01a85
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 3c01a85

Please sign in to comment.