We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca42c7f commit bcbc6bcCopy full SHA for bcbc6bc
.github/workflows/queue_and_merge.yml
@@ -107,7 +107,7 @@ jobs:
107
docker:
108
name: Docker
109
runs-on: ubuntu-latest
110
- if: ${{ github.event_name == 'merge_group' || github.event_name == 'pull_request' }}
+ # if: ${{ github.event_name == 'merge_group' || github.event_name == 'pull_request' }}
111
env:
112
GIT_LFS_SKIP_SMUDGE: 1
113
REGISTRY_URL: ghcr.io
0 commit comments