Skip to content

Commit

Permalink
hopefully solution that works for both now
Browse files Browse the repository at this point in the history
  • Loading branch information
Taepper committed Nov 14, 2024
1 parent 4a328f6 commit 0cd5ea4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/imageAndTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- name: Wait
uses: lewagon/[email protected]
with:
ref: ${{ github.ref }}
check-name: 'Build Docker Image Dependencies'
ref: ${{ github.sha }}
running-workflow-name: "Dependency Image"
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 3

Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ jobs:
name: Wait for dependency image
runs-on: ubuntu-latest
steps:

- shell: bash
name: Configure and run clang-tidy on changed files
run: |
echo ${{ github.ref }}
- name: Wait
uses: lewagon/[email protected]
with:
Expand Down

0 comments on commit 0cd5ea4

Please sign in to comment.