Skip to content

Commit

Permalink
Fix ref for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Richard committed Mar 19, 2024
1 parent d6706a5 commit 28bbd14
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tbd-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
test-build:
runs-on: ubuntu-latest
steps:
- name: Who Are You
run: echo "I am ${{ github.ref }}"
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node and PNPM
Expand Down Expand Up @@ -90,7 +88,7 @@ jobs:
needs: test-build
runs-on: ubuntu-latest
# Change to 'refs/heads/main' when merged
if: github.ref == 'refs/head/refactor/the-great-cms-migration'
if: github.ref == 'refs/heads/refactor/the-great-cms-migration'
concurrency:
group: site-deploy
cancel-in-progress: true
Expand Down

0 comments on commit 28bbd14

Please sign in to comment.