From 731bf99c50019b2adb8e9e31c1cdb55573454d8e Mon Sep 17 00:00:00 2001 From: MARCHAND MANON Date: Tue, 16 Apr 2024 17:02:03 +0200 Subject: [PATCH] fix: remove ref to allow the workflow to run for external contributors --- .github/workflows/codestyle-check.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codestyle-check.yml b/.github/workflows/codestyle-check.yml index 553603ad..699d2669 100644 --- a/.github/workflows/codestyle-check.yml +++ b/.github/workflows/codestyle-check.yml @@ -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: