Skip to content

Commit

Permalink
test: add on:push to run the the integration tests workflow for the f…
Browse files Browse the repository at this point in the history
…irst time
  • Loading branch information
vadasambar committed Aug 11, 2022
1 parent 2a5bbd1 commit a59de41
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Integration Tests
on:
schedule:
# * is a special character in YAML, so you have to quote this string
- cron: "0 3 * * 1-5" # run integration tests at 3 AM, monday to friday (1-5)
# schedule:
# # * is a special character in YAML, so you have to quote this string
# - cron: "0 3 * * 1-5" # run integration tests at 3 AM, monday to friday (1-5)

workflow_dispatch: # run integration tests only when triggered manually
push: feat/47/add-tests

defaults:
run:
Expand Down

0 comments on commit a59de41

Please sign in to comment.