Skip to content

Commit

Permalink
Debugging: add new workflow dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
EZoni committed Nov 18, 2024
1 parent e31bcb5 commit fbaa6f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Define base and head refs
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ on:
push:
branches:
- "development"
pull_request:
workflow_run:
workflows: [PR analysis]
types:
- completed

concurrency:
group: ${{ github.ref }}-${{ github.head_ref }}-macos
Expand Down

0 comments on commit fbaa6f2

Please sign in to comment.