Skip to content

Commit 6fbf62b

Browse files
committed
HACK
1 parent 77a90e8 commit 6fbf62b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ on:
1111
# Only run for pull requests if relevant files were changed
1212
pull_request:
1313
branches: [main]
14-
paths:
15-
- Dockerfile
16-
- docker-bake.hcl
17-
- .github/workflows/build.yaml
14+
# paths: HACK
15+
# - Dockerfile
16+
# - docker-bake.hcl
17+
# - .github/workflows/build.yaml
1818

1919
concurrency:
2020
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)