Skip to content

Commit

Permalink
Add pull_request trigger to daily workflows to check they work during…
Browse files Browse the repository at this point in the history
… PR.
  • Loading branch information
AlejandroCabeza committed Sep 25, 2024
1 parent c7d13f3 commit 1862b7d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/daily_amd64.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Daily amd64

on:
pull_request:
schedule:
- cron: "30 6 * * *"
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/daily_devel.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Daily Nim Devel

on:
pull_request:
schedule:
- cron: "30 6 * * *"
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/daily_i386.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Daily i386

on:
pull_request:
schedule:
- cron: "30 6 * * *"
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/daily_sat.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Daily SAT

on:
pull_request:
schedule:
- cron: "30 6 * * *"
workflow_dispatch:
Expand Down

0 comments on commit 1862b7d

Please sign in to comment.