Skip to content

Commit

Permalink
Get rid of runs-on in jobs with uses:
Browse files Browse the repository at this point in the history
  • Loading branch information
fghalasz committed Jun 5, 2024
1 parent 80b8199 commit 28a8ce0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/buildAndDeployMedleyDocker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,11 @@ defaults:

jobs:
build:
runs-on: ubuntu-latest
uses: ./.github/workflows/buildMedleyDocker.yml
with:
platform: ${{ inputs.platform }}
secrets: inherit
deploy:
runs-on: ubuntu-latest
needs: build
uses: ./.github/workflows/deployMedleyDocker.yml
secrets: inherit
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/testBAndD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ on:

jobs:
only:
runs-on: ubuntu-latest
uses: ./.github/workflows/buildAndDeployMedleyDocker.yml
with:
platform: 'linux/amd64'
Expand Down

0 comments on commit 28a8ce0

Please sign in to comment.