Skip to content

Commit

Permalink
fix: switch to run on crob job schedule
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Wang <[email protected]>
  • Loading branch information
jim-wang-intel committed Jan 12, 2024
1 parent 5debc88 commit 706fa4b
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
name: Integration Tests

on:
push:
branches: [ "main" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
# Runs on every pr pushed
# on:
# push:
# branches: [ "main" ]
# pull_request:
# # The branches below must be a subset of the branches above
# branches: [ "main" ]

# Runs on schedule at 9am UTC, Monday to Friday everyday
# on:
# schedule:
# - cron: '0 9 * * 1-5'
on:
schedule:
- cron: '15 22 * * 1-5'

permissions:
contents: read
Expand Down

0 comments on commit 706fa4b

Please sign in to comment.