Skip to content

Commit

Permalink
Update spack.yml
Browse files Browse the repository at this point in the history
Remove gh pr checkout (I don't THINK we need this with the PR checkout action?)
  • Loading branch information
sebrowne authored Apr 3, 2024
1 parent 7224572 commit b6ee950
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/spack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,6 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Checkout PR ref
shell: bash -l {0}
run: |
cd $GITHUB_WORKSPACE
gh pr checkout ${{ github.event.number }}
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
GH_TOKEN: ${{ github.token }}
- name: Spack build
shell: bash -l {0}
run: |
Expand Down

0 comments on commit b6ee950

Please sign in to comment.