Skip to content

Commit

Permalink
Merge pull request #10 from gohypergiant/fix/add-env-to-workflow
Browse files Browse the repository at this point in the history
Remove set-fly-app name job because it is not needed
  • Loading branch information
imtmcdonald authored Sep 14, 2023
2 parents 9d6c220 + 8cc3dc8 commit 0cc5b5f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ on:
required: false

jobs:
set-fly-app-name:
uses: ./.github/workflows/set-fly-app-name.yaml
with:
ref: ${{ inputs.branch || github.head_ref || github.ref }} # Use the input if it's there, otherwise use the head ref, otherwise use the ref

dev:
concurrency: hg-sandbox
if: github.ref == 'refs/heads/develop'
Expand Down

0 comments on commit 0cc5b5f

Please sign in to comment.