Skip to content

Commit

Permalink
update env
Browse files Browse the repository at this point in the history
  • Loading branch information
dsikka committed Feb 15, 2024
1 parent d4b43a5 commit 3a7a0dd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-nmstore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ env:
INTERNAL: ${{ github.event_name != 'schedule' }}
RELEASE: ${{ github.event_name == 'push' && github.ref == 'refs/heads/release/[0-9]+.[0-9]+' }}
DEV: ${{ github.event_name == 'pull_request' && github.event.action == 'opened' }}
NIGHTLY: ${{ github.event_name == 'schedule' || (github.event_name == 'push' && github.ref == 'refs/heads/main) }}

jobs:
build_and_push:
Expand All @@ -35,9 +34,8 @@ jobs:
id: build_wheel
uses: neuralmagic/nmstore/actions/pypi@pypi-test
with:
nightly: $NIGHTLY
dev: $DEV
releae: $RELEASE
release: $RELEASE
runs-on: ubuntu-latest
- name: Push to s3 bucket
uses: neuralmagic/nmstore/actions/s3@pypi-test
Expand Down

0 comments on commit 3a7a0dd

Please sign in to comment.