Skip to content

Commit

Permalink
cicd: Don't run tests on published version on push
Browse files Browse the repository at this point in the history
  • Loading branch information
BorysekOndrej committed Sep 8, 2023
1 parent 276013e commit a83ea03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-run-of-published-version.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Run latest published edulint version

on:
push: # This is used for tests using `act`
# push: # This is used for tests using `act`
workflow_call:
schedule:
- cron: '42 19 * * *'
Expand Down

0 comments on commit a83ea03

Please sign in to comment.