Skip to content

Commit

Permalink
Update .github/workflows/ci.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Samusev <[email protected]>
  • Loading branch information
sergejparity and alvicsam authored Dec 8, 2023
1 parent 25aafd5 commit 9341018
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ on:

env:
IMAGE: paritytech/ci-unified:bullseye-1.73.0

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
set-image:
# GitHub Actions does not allow using 'env' in a container context.
Expand Down

0 comments on commit 9341018

Please sign in to comment.