We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4247ab4 commit a09f5c1Copy full SHA for a09f5c1
1 file changed
.github/workflows/publish_docs.yml
@@ -24,6 +24,7 @@ concurrency:
24
jobs:
25
# Build job
26
build:
27
+ if: github.repository == 'uxlfoundation/oneapi-construction-kit' || github.event_name == 'workflow_dispatch'
28
runs-on: ubuntu-latest
29
steps:
30
- name: Checkout
0 commit comments