Skip to content

Commit 42247b3

Browse files
authored
Merge pull request #3 from empeje/copilot/update-github-actions-schedule
chore: schedule all GitHub Actions workflows to run every Monday at 12:00 UTC
1 parent 4593d61 commit 42247b3

4 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/gitleaks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: GitLeaks
22

33
on:
4+
schedule:
5+
- cron: '0 12 * * 1'
46
push:
57
branches: [ master ]
68
pull_request:

.github/workflows/javascript-exercise-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: JavaScript Exercise Test
22

33
on:
4+
schedule:
5+
- cron: '0 12 * * 1'
46
push:
57
branches: [ master ]
68
paths:

.github/workflows/python-exercise-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Python Exercise Test
22

33
on:
4+
schedule:
5+
- cron: '0 12 * * 1'
46
push:
57
branches: [ master ]
68
paths:

.github/workflows/ruby-exercise-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Ruby Exercise Test
22

33
on:
4+
schedule:
5+
- cron: '0 12 * * 1'
46
push:
57
branches: [ master ]
68
paths:

0 commit comments

Comments
 (0)