diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index f6e76d68..20624fdf 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -146,7 +146,6 @@ jobs: build-deploy-dev-gubbins-image: runs-on: ubuntu-latest - if: ${{ github.event_name == 'push' && github.repository == 'DIRACGrid/diracx-web' }} steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/extension.yml b/.github/workflows/extension.yml index 90ca30ca..173f8f12 100644 --- a/.github/workflows/extension.yml +++ b/.github/workflows/extension.yml @@ -13,7 +13,6 @@ jobs: run-lint: runs-on: ubuntu-latest # Run the tests only if It's a PR or if the repo is DIRACGrid/diracx-web - if: github.event_name != 'push' || github.repository == 'DIRACGrid/diracx-web' steps: # Checkout the new source code - uses: actions/checkout@v4 @@ -34,7 +33,6 @@ jobs: run-demo: runs-on: ubuntu-latest # Run the tests only if It's a PR or if the repo is DIRACGrid/diracx-web - if: github.event_name != 'push' || github.repository == 'DIRACGrid/diracx-web' steps: # Checkout the new source code - uses: actions/checkout@v4