Skip to content

Commit

Permalink
check-name instead of running-check-workflow-name
Browse files Browse the repository at this point in the history
  • Loading branch information
Taepper committed Nov 15, 2024
1 parent 674c45a commit 25feece
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/imageAndTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,16 @@ jobs:
steps:
- uses: actions/checkout@v2

- shell: bash
name: Print job function
run: |
echo "Calling waiter for workflow 'Dependency Image', sha: ${{ github.sha }}"
- name: Wait
uses: lewagon/[email protected]
with:
ref: ${{ github.sha }}
running-workflow-name: "Dependency Image"
check-name: "Dependency Image"
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 3

Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,16 @@ jobs:
steps:
- uses: actions/checkout@v2

- shell: bash
name: Print job function
run: |
echo "Calling waiter for workflow 'Dependency Image', sha: ${{ github.sha }}"
- name: Wait
uses: lewagon/[email protected]
with:
ref: ${{ github.sha }}
running-workflow-name: "Dependency Image"
check-name: "Dependency Image"
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 3

Expand Down

0 comments on commit 25feece

Please sign in to comment.