Skip to content

Commit 697ec8f

Browse files
Merge pull request #10183 from cevich/fix_multi_arch_syntax
Fix multi-arch image workflow typo
2 parents 277042f + f8be69e commit 697ec8f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/multi-arch-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
# Simple verification that stable images work, and
6363
# also grab version number use in forming the FQIN.
6464
- name: amd64 container sniff test
65-
if: matrix.source = 'stable'
65+
if: matrix.source == 'stable'
6666
id: sniff_test
6767
run: |
6868
VERSION_OUTPUT="$(docker run localhost:5000/podman/${{ matrix.source }} \

contrib/cirrus/pr-should-include-tests

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ filtered_changes=$(git diff --name-status $base $head |
3939
fgrep -vx go.mod |
4040
fgrep -vx go.sum |
4141
egrep -v '^[^/]+\.md$' |
42+
egrep -v '^.github' |
4243
egrep -v '^contrib/' |
4344
egrep -v '^docs/' |
4445
egrep -v '^hack/' |

0 commit comments

Comments
 (0)