| ... | @@ -13,9 +13,6 @@ concurrency: | ... | @@ -13,9 +13,6 @@ concurrency: |
| 13 | group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }} | 13 | group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }} |
| 14 | cancel-in-progress: ${{ github.event_name == 'pull_request' }} | 14 | cancel-in-progress: ${{ github.event_name == 'pull_request' }} |
| 15 | | 15 | |
| 16 | permissions: | | |
| 17 | contents: read | | |
| 18 | | | |
| 19 | jobs: | 16 | jobs: |
| 20 | aarch64-freebsd-debug: | 17 | aarch64-freebsd-debug: |
| 21 | if: github.event_name != 'pull_request' | 18 | if: github.event_name != 'pull_request' |