Skip to content

Commit

Permalink
updated env
Browse files Browse the repository at this point in the history
  • Loading branch information
lausdahl committed Mar 14, 2024
1 parent 9d6bb5e commit 8fba6c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:

deploy:
needs: build
runs-on: ${{ UBUNTU_VERSION }}
runs-on: env.UBUNTU_VERSION
steps:
- uses: actions/checkout@v2

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:
final:
name: Build and Deploy Combined Release
runs-on: ${{ env.UBUNTU_VERSION }}
runs-on: env.UBUNTU_VERSION

needs: [ version_change , build ]
steps:
Expand Down Expand Up @@ -345,7 +345,7 @@ jobs:

rollback:
name: Rollback on error
runs-on: ${{ env.UBUNTU_VERSION }}
runs-on: env.UBUNTU_VERSION

needs: [ version_change , build, final ]
if: always() && (needs.version_change.result == 'failure' || needs.build.result == 'failure' || needs.final.result == 'failure')
Expand All @@ -364,7 +364,7 @@ jobs:

cleanup:
name: Update development and master with new release
runs-on: ${{ env.UBUNTU_VERSION }}
runs-on: env.UBUNTU_VERSION

needs: [ final,version_change ]
steps:
Expand Down

0 comments on commit 8fba6c5

Please sign in to comment.