Skip to content

Commit

Permalink
Temp commit to see it actually works
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran committed Nov 8, 2024
1 parent 3dd5aec commit a9d001d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
- name: Check out code
if: github.event_name != 'workflow_dispatch'
uses: actions/checkout@v4
with:
ref: master

- name: Check out code for release
if: github.event_name == 'workflow_dispatch'
Expand Down Expand Up @@ -71,7 +73,7 @@ jobs:
sudo bash packaging/python/build_static_readline_osx.bash
- name: Set env based in input
if: github.event_name == 'schedule' && startsWith(github.ref, 'refs/master')
if: github.event_name == 'push' && startsWith(github.ref, 'refs/master')
run: |
echo "NRN_NIGHTLY_UPLOAD=true" >> $GITHUB_ENV
echo "NRN_RELEASE_UPLOAD=false" >> $GITHUB_ENV
Expand Down

0 comments on commit a9d001d

Please sign in to comment.