We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30821a0 commit cc937a1Copy full SHA for cc937a1
.github/workflows/docker-image.yml
@@ -17,7 +17,7 @@ env:
17
# There is a single job in this workflow. It's configured to run on the latest available version of Ubuntu.
18
jobs:
19
build-and-push-image:
20
- if: ${{ (github.event.pull_request.merged == true) || (github.base_ref == '31-fix-cidi-pipeline') }}
+ # if: ${{ (github.event.pull_request.merged == true) || (github.base_ref == '31-fix-cidi-pipeline') }}
21
runs-on: ubuntu-latest
22
# Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job.
23
permissions:
0 commit comments