Skip to content

Commit

Permalink
TEMP - FORCE NON SCHEDULED TESTS
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle committed Oct 3, 2023
1 parent 4105b46 commit 4752ee9
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=true" >> $GITHUB_ENV
fi
Expand Down

0 comments on commit 4752ee9

Please sign in to comment.