Skip to content

Commit 87ebb44

Browse files
committed
WIP
1 parent 3b5d29e commit 87ebb44

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/docker-bake.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@ on:
44
push:
55
branches:
66
- main
7-
- jp-more-tweaks
87
pull_request:
98
branches:
109
- main
11-
- jp-more-tweaks
1210

1311
concurrency:
1412
group: ${{ github.workflow }}-${{ github.ref_name }}
@@ -20,7 +18,7 @@ env:
2018

2119
jobs:
2220
docker:
23-
# if: github.repository_owner == 'aws-samples'
21+
if: github.repository_owner == 'aws-samples'
2422
runs-on: ubuntu-latest
2523
steps:
2624
- name: Checkout

0 commit comments

Comments
 (0)