Skip to content

Commit

Permalink
[force-build] missing staged code
Browse files Browse the repository at this point in the history
  • Loading branch information
tcevaer committed Dec 9, 2024
1 parent 165550a commit 9683fd7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ on:
release:
types:
- created
push:
# Triggers on push to any branch

jobs:
build-and-upload-conda-package:
if: true
if: contains(github.event.head_commit.message, '[force-build]') || startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
#${{ github.event.workflow_run.conclusion == 'success' }}
steps:
Expand Down

0 comments on commit 9683fd7

Please sign in to comment.