diff --git a/.github/workflows/2023-PyConIT-workflow.yaml b/.github/workflows/2023-PyConIT-workflow.yaml index bf65650..14cd770 100644 --- a/.github/workflows/2023-PyConIT-workflow.yaml +++ b/.github/workflows/2023-PyConIT-workflow.yaml @@ -22,10 +22,9 @@ jobs: timeout-minutes: 1 permissions: pull-requests: read - outputs: - changes: ${{ steps.filter.outputs.changes }} steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + if: github.ref == 'refs/heads/main' # Only checkout when the branch is 'main' - name: Check for backend file changes uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 #v3.0.2 id: changes diff --git a/.github/workflows/2023-PyData_Berlin-python-pdf-workflow.yaml b/.github/workflows/2023-PyData_Berlin-python-pdf-workflow.yaml index e602df1..7ae6a82 100644 --- a/.github/workflows/2023-PyData_Berlin-python-pdf-workflow.yaml +++ b/.github/workflows/2023-PyData_Berlin-python-pdf-workflow.yaml @@ -22,10 +22,9 @@ jobs: timeout-minutes: 1 permissions: pull-requests: read - outputs: - changes: ${{ steps.filter.outputs.changes }} steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + if: github.ref == 'refs/heads/main' # Only checkout when the branch is 'main' - name: Check for backend file changes uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 #v3.0.2 id: changes diff --git a/.github/workflows/2023_EuroSciPy_workflow.yaml b/.github/workflows/2023_EuroSciPy_workflow.yaml index d5432c7..2ab0bee 100644 --- a/.github/workflows/2023_EuroSciPy_workflow.yaml +++ b/.github/workflows/2023_EuroSciPy_workflow.yaml @@ -19,10 +19,9 @@ jobs: timeout-minutes: 1 permissions: pull-requests: read - outputs: - changes: ${{ steps.filter.outputs.changes }} steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + if: github.ref == 'refs/heads/main' # Only checkout when the branch is 'main' - name: Check for backend file changes uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 #v3.0.2 id: changes