We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9ee8d3 commit 3c809e8Copy full SHA for 3c809e8
.github/workflows/build-and-push.yml
@@ -8,7 +8,7 @@ on:
8
jobs:
9
build-and-push:
10
if: github.repository_owner == 'sclorg'
11
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
12
strategy:
13
fail-fast: false
14
matrix:
.github/workflows/container-tests.yml
@@ -6,7 +6,7 @@ on:
6
7
container-tests:
name: "Container-tests: ${{ matrix.version }} - ${{ matrix.os_test }}"
concurrency:
group: container-${{ github.event.issue.number }}-${{ matrix.version }}-${{ matrix.os_test }}
cancel-in-progress: true
0 commit comments