Skip to content

Commit

Permalink
Use GHA Runners instead
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew W. Harn <[email protected]>
  • Loading branch information
awharn committed Jan 31, 2024
1 parent 466198f commit 5d37488
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- 'master'
- 'use-gha-runners'
workflow_dispatch:
schedule:
- cron: '0 12 * * 0'
Expand Down Expand Up @@ -52,7 +53,7 @@ jobs:
run: echo ${{ steps.build.outputs.digest }}

build-and-deploy-arm:
runs-on: fastarm
runs-on: macos-14
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -93,14 +94,14 @@ jobs:
- name: Image Digest
run: echo ${{ steps.build.outputs.digest }}

update-downstream:
runs-on: ubuntu-20.04
needs: [build-and-deploy-x64, build-and-deploy-arm]
steps:
- name: Update Downstream
uses: benc-uk/workflow-dispatch@v1
with:
ref: refs/heads/master
workflow: ci
repo: awharn-docker/jenkins-nvm-zowe-cli
token: ${{ secrets.PAT }}
# update-downstream:
# runs-on: ubuntu-20.04
# needs: [build-and-deploy-x64, build-and-deploy-arm]
# steps:
# - name: Update Downstream
# uses: benc-uk/workflow-dispatch@v1
# with:
# ref: refs/heads/master
# workflow: ci
# repo: awharn-docker/jenkins-nvm-zowe-cli
# token: ${{ secrets.PAT }}

0 comments on commit 5d37488

Please sign in to comment.