Skip to content

Commit 2fcb6cb

Browse files
committed
test
1 parent 373a95f commit 2fcb6cb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish-smoke-test-early-jdk8-images.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@ permissions:
1515
jobs:
1616
publish:
1717
permissions:
18-
contents: read
1918
packages: write
2019
runs-on: ubuntu-latest
2120
steps:
2221
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2322

23+
- run: exit 1
24+
2425
- name: Free disk space
2526
run: .github/scripts/gha-free-disk-space.sh
2627

.github/workflows/reusable-workflow-notification.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,11 @@ on:
1010
required: true
1111

1212
permissions:
13-
content: read
13+
contents: none
1414

1515
jobs:
1616
workflow-notification:
1717
permissions:
18-
content: read
1918
issues: write
2019
runs-on: ubuntu-latest
2120
steps:

0 commit comments

Comments
 (0)