Skip to content

Commit bcbc6bc

Browse files
committed
improve ci
1 parent ca42c7f commit bcbc6bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/queue_and_merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
docker:
108108
name: Docker
109109
runs-on: ubuntu-latest
110-
if: ${{ github.event_name == 'merge_group' || github.event_name == 'pull_request' }}
110+
# if: ${{ github.event_name == 'merge_group' || github.event_name == 'pull_request' }}
111111
env:
112112
GIT_LFS_SKIP_SMUDGE: 1
113113
REGISTRY_URL: ghcr.io

0 commit comments

Comments
 (0)