Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Jan 3, 2025
1 parent 081307b commit 1617dbf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
- name: Check everything
run: make all

- name: Checkout demo repo
# if: github.ref_name == 'main' && github.event_name != 'pull_request'
uses: actions/checkout@v4
with:
repository: jacebrowning/template-python-demo
path: temp
# - name: Checkout demo repo
# # if: github.ref_name == 'main' && github.event_name != 'pull_request'
# uses: actions/checkout@v4
# with:
# repository: jacebrowning/template-python-demo
# path: temp

- name: Test template in demo repo
# if: github.ref_name == 'main' && github.event_name != 'pull_request'
Expand Down

0 comments on commit 1617dbf

Please sign in to comment.