Skip to content

Commit

Permalink
Tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
smoogipoo committed Oct 7, 2024
1 parent 8ab6938 commit 0c1971c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/diffcalc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
directory:
name: Prepare directory
needs: check-permissions
runs-on: self-hosted
runs-on: ubuntu-latest
outputs:
GENERATOR_DIR: ${{ steps.set-outputs.outputs.GENERATOR_DIR }}
GENERATOR_ENV: ${{ steps.set-outputs.outputs.GENERATOR_ENV }}
Expand All @@ -173,7 +173,7 @@ jobs:
environment:
name: Setup environment
needs: [ master-environment, directory ]
runs-on: self-hosted
runs-on: ubuntu-latest
env:
VARS_JSON: ${{ toJSON(vars) }}
steps:
Expand Down

0 comments on commit 0c1971c

Please sign in to comment.