Skip to content

Commit 9806fb4

Browse files
Flip workflows to recreate cache artefact.
1 parent 00745d1 commit 9806fb4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/create_opencl_cts_artefact.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ name: Create an cache OpenCL-CTS artefact
55
on:
66
# ALAN TODO: set to pull_request to build in PR.
77
# for production restore workflow_dispatch - and usage of all inputs
8-
workflow_dispatch:
9-
#pull_request:
8+
#workflow_dispatch:
9+
pull_request:
1010
inputs:
1111
header_ref:
1212
required: false

.github/workflows/planned_testing_caller_19.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: run planned tests for llvm 19
22
on:
33
# Temporarily disable planned tests by using workflow_dispatch
4-
pull_request:
5-
#workflow_dispatch:
4+
#pull_request:
5+
workflow_dispatch:
66
paths:
77
- '.github/workflows/planned_testing_caller_19.yml'
88
schedule:

0 commit comments

Comments
 (0)