Skip to content

Commit

Permalink
CI: Stub-Update Last
Browse files Browse the repository at this point in the history
Since bot pushes to not trigger CI reruns for GH Actions.
  • Loading branch information
ax3l committed Sep 1, 2023
1 parent 391d2df commit 4d4022c
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,27 @@ concurrency:
cancel-in-progress: true

jobs:
stubs:
name: 🔄 Update Stub Files
uses: ./.github/workflows/stubs.yml
ubuntu:
name: 🐧 Ubuntu
needs: stubs
uses: ./.github/workflows/ubuntu.yml

intel:
name: 🐧 Intel
needs: stubs
uses: ./.github/workflows/intel.yml

hip:
name: 🐧 HIP
needs: stubs
uses: ./.github/workflows/hip.yml

macos:
name: 🍏 macOS
needs: stubs
uses: ./.github/workflows/macos.yml

windows:
name: 🪟 Windows
needs: stubs
uses: ./.github/workflows/windows.yml

stubs:
name: 🔄 Update Stub Files
needs: [ubuntu, intel, hip, macos, windows]
uses: ./.github/workflows/stubs.yml

0 comments on commit 4d4022c

Please sign in to comment.