Skip to content

Commit

Permalink
Merge branch 'main' into enable-force
Browse files Browse the repository at this point in the history
  • Loading branch information
leoafarias authored Feb 28, 2024
2 parents b831e96 + b8c778e commit 0979feb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ on:
- "README.md"
- "CHANGELOG.md"

permissions: write-all

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
Expand All @@ -25,6 +23,8 @@ jobs:
test:
name: Test
timeout-minutes: 30
permissions:
issues: write
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 0979feb

Please sign in to comment.