Skip to content

Commit f41cbdf

Browse files
committed
x
1 parent db8d985 commit f41cbdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
id: set-matrix
2020
run: |
2121
echo -n "matrix={\"deployment_yaml\": [\"__default__\"" >> $GITHUB_OUTPUT
22-
if [[ ${{ github.repository }} == 'stackhpc/openstack-admin-guide' ]]; then
22+
if [[ ${{ github.repository }} != 'stackhpc/openstack-admin-guide' ]]; then
2323
for yaml in $(ls .github/workflows/deployment_yaml/); do
2424
echo -n ", \"$yaml\"" >> $GITHUB_OUTPUT
2525
done

0 commit comments

Comments
 (0)