diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 69cbf699..2902fc77 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -143,3 +143,9 @@ jobs: push: true tags: ghcr.io/diracgrid/diracx-web/static:${{ needs.release-please.outputs.tag_name }} platforms: linux/amd64,linux/arm64 + + fake-job: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - run: ls diff --git a/.github/workflows/extension.yml b/.github/workflows/extension.yml index 0b6abb97..f6691713 100644 --- a/.github/workflows/extension.yml +++ b/.github/workflows/extension.yml @@ -8,7 +8,6 @@ on: jobs: run-demo: runs-on: ubuntu-latest - if: github.event.workflow_run.event != 'push' || github.repository == 'DIRACGrid/diracx-web' steps: - uses: actions/checkout@v4 @@ -54,7 +53,7 @@ jobs: build-deploy-gubbins-image: runs-on: ubuntu-latest - if: ${{ github.event.workflow_run.event.event_name == 'push' && github.repository == 'DIRACGrid/diracx-web' }} + if: ${{ github.event.workflow_run.event.event_name == 'push' }} steps: - uses: actions/checkout@v4