Skip to content

Commit

Permalink
Revert "Switch github actions to self hosted"
Browse files Browse the repository at this point in the history
This reverts commit 785c94d.
  • Loading branch information
KGOH committed Dec 1, 2022
1 parent 464392f commit ca27041
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-standalone-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build:
name: Release standalone zen FHIR profiles with terminology bundles
runs-on: self-hosted
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github-zen-packages-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build:
name: Release zen FHIR Github packages with profiles and FTR
runs-on: self-hosted
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build:
name: Generate FHIR profiles
runs-on: self-hosted
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build-and-release:
runs-on: self-hosted
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terminologies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build-and-release:
runs-on: self-hosted
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected]
Expand Down

0 comments on commit ca27041

Please sign in to comment.