We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b12165 commit ebb9907Copy full SHA for ebb9907
.github/workflows/build-and-push.yml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
build-and-push:
11
if: github.repository_owner == 'sclorg'
12
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
13
strategy:
14
fail-fast: false
15
matrix:
.github/workflows/container-tests.yml
@@ -4,7 +4,7 @@ on:
4
- created
5
6
container-tests:
7
8
name: "Container tests: ${{ matrix.version }} - ${{ matrix.os_test }}"
concurrency:
group: container-${{ github.event.issue.number }}-${{ matrix.version }}-${{ matrix.os_test }}
0 commit comments