Skip to content

Commit

Permalink
Hard-code branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
jedekar committed Nov 20, 2023
1 parent e5d6e31 commit e2fa5ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ jobs:
name: Lint
uses: ./.github/workflows/lint.yaml
with:
ref: ${{ env.DEVELOPMENT_BRANCH }}
ref: "pluto-cmake"

build_and_test:
needs: [lint, draft_release]
name: Build and test
uses: ./.github/workflows/build.yaml
with:
ref: ${{ env.DEVELOPMENT_BRANCH }}
ref: "pluto-cmake"

0 comments on commit e2fa5ac

Please sign in to comment.