Skip to content

Commit

Permalink
Release v0.0.1 #patch (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
vultj committed Jun 10, 2024
2 parents 36a320c + 789db96 commit 3c11fce
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:

jobs:
check-commit:
runs-on: [self-hosted, linux, x64, standard]
runs-on: ubuntu-latest
outputs:
msg_check: ${{ steps.check-msg.outputs.match }}
steps:
Expand All @@ -23,7 +23,7 @@ jobs:
fi
create-tag:
runs-on: [self-hosted, linux, x64, standard]
runs-on: ubuntu-latest
if: needs.check-commit.outputs.msg_check == 'true'
needs: check-commit
outputs:
Expand All @@ -42,7 +42,7 @@ jobs:
DEFAULT_BUMP: "none"

goreleaser:
runs-on: [self-hosted, linux, x64, standard]
runs-on: ubuntu-latest
needs: create-tag
steps:
- name: Set up QEMU
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
rm -f ${HOME}/.docker/config.json
munged:
runs-on: [self-hosted, linux, x64, standard]
runs-on: ubuntu-latest
needs: create-tag
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
ewr.vultrcr.com/slurm/munged:latest
slurmctld:
runs-on: [self-hosted, linux, x64, standard]
runs-on: ubuntu-latest
needs: create-tag
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
ewr.vultrcr.com/slurm/slurmctld:latest
slurmd:
runs-on: [self-hosted, linux, x64, standard]
runs-on: ubuntu-latest
needs: create-tag
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
ewr.vultrcr.com/slurm/slurmd:latest
toolbox:
runs-on: [self-hosted, linux, x64, standard]
runs-on: ubuntu-latest
needs: create-tag
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:
ewr.vultrcr.com/slurm/toolbox:latest
slurmdbd:
runs-on: [self-hosted, linux, x64, standard]
runs-on: ubuntu-latest
needs: create-tag
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:
ewr.vultrcr.com/slurm/slurmdbd:latest
slurmrestd:
runs-on: [self-hosted, linux, x64, standard]
runs-on: ubuntu-latest
needs: create-tag
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -249,7 +249,7 @@ jobs:
ewr.vultrcr.com/slurm/slurmrestd:latest
release:
runs-on: [self-hosted, linux, x64, standard]
runs-on: ubuntu-latest
needs: ["goreleaser", "create-tag"]
name: Release Notification
steps:
Expand Down

0 comments on commit 3c11fce

Please sign in to comment.