Skip to content

Commit

Permalink
Update autofix-python.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Aug 12, 2024
1 parent 48d9c08 commit 9e9df0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autofix-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ permissions:
concurrency:
group: ${{ github.workflow_ref }}-${{ github.head_ref || github.ref_name }}

# If this is enabled it will cancel current running and start latest
# If this is enabled it will cancel the current running and start the latest
cancel-in-progress: true

jobs:
autofix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive

Expand Down

0 comments on commit 9e9df0a

Please sign in to comment.