Skip to content

Commit

Permalink
serialize the workflows (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
CraZySacX authored Mar 14, 2024
1 parent 0ee1655 commit e76cd4e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pretty.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on:
workflow_run:
workflows: [🦀 vergen 🦀, 🦀 vergen-lib 🦀]
workflows: [🦀 vergen-lib 🦀]
types:
- completed

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vergen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
branches:
- "*"
schedule:
- cron: "13 3 * * *"
- cron: "13 4 * * *"

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down
15 changes: 4 additions & 11 deletions .github/workflows/vergen_lib.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
on:
push:
branches:
- master
- legacy/*
tags-ignore:
- "*"
pull_request:
branches:
- "*"
schedule:
- cron: "13 3 * * *"
workflow_run:
workflows: [🦀 vergen 🦀]
types:
- completed

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down

0 comments on commit e76cd4e

Please sign in to comment.