Skip to content

Commit

Permalink
fix: remove ref to allow the workflow to run for external contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
ManonMarchand committed Apr 16, 2024
1 parent c5d1bd3 commit 731bf99
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/codestyle-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,11 @@ on:
# Allows to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
test-cov-and-doc:
codestyle:
runs-on: ubuntu-latest
steps:
- name: "Checkout branch ${{ github.head_ref }}"
- name: "Checkout branch"
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: "Set up Python on Ubuntu"
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 731bf99

Please sign in to comment.