Skip to content

Commit

Permalink
added manual trigger, updated date
Browse files Browse the repository at this point in the history
  • Loading branch information
meetagrawal09 committed Sep 7, 2023
1 parent b442c86 commit 417b94b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name : Integration Tests
on :
on :
# allow manual triggering
workflow_dispatch:
schedule:
- cron: '30 4 * * 1'
# run Thursday 4:30 AM UTC
- cron: '30 4 * * 4'
jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 417b94b

Please sign in to comment.