Skip to content

Commit 02b332b

Browse files
committed
fix: code review feedback
1 parent 3b28ab5 commit 02b332b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/api-diff.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@ on:
77
- master
88
- main
99

10-
# Cancel in-progress runs for the same PR/branch
1110
concurrency:
1211
group: ${{ github.workflow }}-${{ github.ref }}
1312
cancel-in-progress: true
1413

1514
jobs:
1615
test-branch-logic:
1716
runs-on: ubuntu-latest
17+
permissions:
18+
contents: read
1819
steps:
1920
- name: Checkout code
2021
uses: actions/checkout@v4
@@ -35,9 +36,6 @@ jobs:
3536
with:
3637
fetch-depth: 0
3738

38-
- name: Pull oasdiff Docker image
39-
run: docker pull tufin/oasdiff:latest
40-
4139
- name: Make script executable
4240
run: chmod +x scripts/api-diff/api-diff.sh
4341

0 commit comments

Comments
 (0)