Skip to content

Commit

Permalink
GH runner consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Dec 17, 2024
1 parent 0eb0b68 commit ddf9f3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/reusable_data_model_gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
outputs:
user: ${{ steps.data.outputs.user }}
pass: ${{ steps.data.outputs.pass }}
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
timeout-minutes: 1
steps:
- name: Generate random username and password
Expand All @@ -24,7 +24,7 @@ jobs:
schemaspy:
name: Generate Documentation
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
needs: [vars]
services:
postgres:
Expand Down Expand Up @@ -87,4 +87,4 @@ jobs:
- name: Deploy to Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: output
folder: output
1 change: 1 addition & 0 deletions .github/workflows/reusable_terraform_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ jobs:
env:
licenceplate: ${{ secrets.licenceplate }}
target_env: ${{ inputs.environment_name }}

run: |
# Run terraform
terragrunt run-all ${{ inputs.tf_subcommand }} --terragrunt-non-interactive
Expand Down

0 comments on commit ddf9f3b

Please sign in to comment.