Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
dsikka committed Feb 27, 2024
1 parent 6371567 commit b70d9ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ concurrency:
# missing release tag workflow/needs to be added in
env:
INTERNAL: ${{ github.event_name != 'schedule' }}
RELEASE: ${{ github.ref == 'refs/heads/release/* && (github.event.action == 'opened' || github.event.action == 'synchronize')}}
DEV: ${{ github.ref == 'main' && (github.event.action == 'opened' || github.event.action == 'synchronize')}}
RELEASE: ${{ github.ref == 'refs/heads/release/[0-9]+.[0-9]+ && (github.event.action == 'opened' || github.event.action == 'synchronize')}}
DEV: ${{ github.ref == 'main' && (github.event.action == 'opened' || github.event.action == 'synchronize')}}
NAME: ${{ github.event.number }}

jobs:
Expand Down

0 comments on commit b70d9ab

Please sign in to comment.