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.
2 parents 277042f + f8be69e commit 697ec8fCopy full SHA for 697ec8f
.github/workflows/multi-arch-build.yaml
@@ -62,7 +62,7 @@ jobs:
62
# Simple verification that stable images work, and
63
# also grab version number use in forming the FQIN.
64
- name: amd64 container sniff test
65
- if: matrix.source = 'stable'
+ if: matrix.source == 'stable'
66
id: sniff_test
67
run: |
68
VERSION_OUTPUT="$(docker run localhost:5000/podman/${{ matrix.source }} \
contrib/cirrus/pr-should-include-tests
@@ -39,6 +39,7 @@ filtered_changes=$(git diff --name-status $base $head |
39
fgrep -vx go.mod |
40
fgrep -vx go.sum |
41
egrep -v '^[^/]+\.md$' |
42
+ egrep -v '^.github' |
43
egrep -v '^contrib/' |
44
egrep -v '^docs/' |
45
egrep -v '^hack/' |
0 commit comments