Skip to content

Commit

Permalink
use branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwi committed Dec 16, 2023
1 parent f859f8d commit 5118474
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:

CHECK:
name: CI
uses: signalwire/actions-template/.github/workflows/ci-check.yml@dc3b6bf75f6112bab3a958ea443c08078a5da446
uses: signalwire/actions-template/.github/workflows/ci-check.yml@ryanwi/env-earlier
with:
ENVIRONMENT: ${{ inputs.ENVIRONMENT }}
PROJECT_NAME: ${{ inputs.PROJECT_NAME }}
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
BUILD:
name: BUILD
needs: CHECK
uses: signalwire/actions-template/.github/workflows/ci-build.yml@dc3b6bf75f6112bab3a958ea443c08078a5da446
uses: signalwire/actions-template/.github/workflows/ci-build.yml@ryanwi/env-earlier
with:
ENVIRONMENT: ${{ inputs.ENVIRONMENT }}
PROJECT_NAME: ${{ inputs.PROJECT_NAME }}
Expand Down

0 comments on commit 5118474

Please sign in to comment.