From cee9218f42014fdc97a9d14c440bd57c496997d0 Mon Sep 17 00:00:00 2001 From: alessandrofelder Date: Thu, 9 Nov 2023 18:00:01 +0000 Subject: [PATCH] temporarily run only scheduled on this branch for testing --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b40cb8e..2827944 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ on: jobs: linting: # scheduled workflows should not run on forks - if: (${{ github.event_name == 'schedule' }} && ${{ github.repository_owner == 'neuroinformatics-unit' }} && ${{ github.ref == 'refs/heads/main' }}) || (${{ github.event_name != 'schedule' }}) + if: (${{ github.event_name == 'schedule' }} && ${{ github.repository_owner == 'neuroinformatics-unit' }} && ${{ github.ref == 'refs/heads/weekly-scheduled-test' }}) || (${{ github.event_name != 'schedule' }}) runs-on: ubuntu-latest steps: - uses: neuroinformatics-unit/actions/lint@v1