Skip to content

Commit

Permalink
revert old "wrong fix"2
Browse files Browse the repository at this point in the history
  • Loading branch information
Taepper committed Nov 14, 2024
1 parent ab7d428 commit 4936788
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ concurrency:
group: linter-${{ github.ref }}
cancel-in-progress: true

env:
DOCKER_DEPENDENCY_IMAGE_NAME: ghcr.io/genspectrum/lapis-silo-dependencies

jobs:
waitForDependencyImage:
name: Wait for dependency image
Expand All @@ -26,7 +29,6 @@ jobs:
runs-on: ubuntu-latest
env:
PR_NUMBER: ${{ github.event.number }}
DOCKER_DEPENDENCY_IMAGE_NAME: ghcr.io/genspectrum/lapis-silo-dependencies
container:
image: "${{ env.DOCKER_DEPENDENCY_IMAGE_NAME }}:commit-${{ github.sha }}"
steps:
Expand Down

0 comments on commit 4936788

Please sign in to comment.