diff --git a/.github/workflows/compil.yml b/.github/workflows/compil.yml index 98a10f99..f56619c8 100644 --- a/.github/workflows/compil.yml +++ b/.github/workflows/compil.yml @@ -31,7 +31,7 @@ jobs: windows-compil: runs-on: windows-latest needs: [compil-check-job-run] - if: needs.paths-filter.outputs.combined || github.event_name == 'pull_request' + if: needs.compil-check-job-run.outputs.combined || github.event_name == 'pull_request' steps: - name: Checkout @@ -51,7 +51,7 @@ jobs: linux-compil: runs-on: ubuntu-latest needs: [compil-check-job-run] - if: needs.paths-filter.outputs.combined || github.event_name == 'pull_request' + if: needs.compil-check-job-run.outputs.combined || github.event_name == 'pull_request' steps: - name: Checkout @@ -66,7 +66,7 @@ jobs: macos-compil: runs-on: macos-latest needs: [compil-check-job-run] - if: needs.paths-filter.outputs.combined || github.event_name == 'pull_request' + if: needs.compil-check-job-run.outputs.combined || github.event_name == 'pull_request' steps: - name: Checkout diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index c5ece6a6..8b1b0bf6 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -1,6 +1,6 @@ name: Publish -on: [push, pull_request] +on: [push] env: MIRROR_URL: git@github.com:EpitechPromo2026/B-CPP-500-TLS-5-1-rtype-xavier.mitault.git