Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Loxeris committed Aug 28, 2024
1 parent 7f0ad47 commit 54f524e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 1 addition & 2 deletions .github/workflows/extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 54f524e

Please sign in to comment.