Skip to content

Commit

Permalink
feat(ci): add cron schedule to nightly test
Browse files Browse the repository at this point in the history
caching e2e tests result refactor and testing

n/a
  • Loading branch information
jdre-c8y committed Jul 10, 2024
1 parent a83a2a1 commit 0cc1ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-plugins-against-cockpit-nightly.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Test plugins against Cockpit- nightly run
on:
schedule:
- cron: '22 8 * * 1-5'
- cron: '29 08 * * 1-5'

permissions:
contents: read
Expand Down

0 comments on commit 0cc1ae8

Please sign in to comment.