Skip to content

Commit cc937a1

Browse files
committed
Changed: removed condition
1 parent 30821a0 commit cc937a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
# There is a single job in this workflow. It's configured to run on the latest available version of Ubuntu.
1818
jobs:
1919
build-and-push-image:
20-
if: ${{ (github.event.pull_request.merged == true) || (github.base_ref == '31-fix-cidi-pipeline') }}
20+
# if: ${{ (github.event.pull_request.merged == true) || (github.base_ref == '31-fix-cidi-pipeline') }}
2121
runs-on: ubuntu-latest
2222
# Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job.
2323
permissions:

0 commit comments

Comments
 (0)