Skip to content

Commit

Permalink
run build after update using workflow_run.
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinafyi committed Sep 20, 2023
1 parent 1e72746 commit 90330c9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ name: "build Nix packages"
on:
pull_request:
push:
schedule:
- cron: '53 19 * * *' # AEST 5:53 am
# schedule:
# - cron: '53 19 * * *' # AEST 5:53 am
workflow_run:
workflows: [update Nix packages]
types: [completed]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 90330c9

Please sign in to comment.