We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5c08c1 commit 04774ddCopy full SHA for 04774dd
1 file changed
.github/workflows/build-time-server.yml
@@ -4,13 +4,14 @@ on:
4
push:
5
branches:
6
- trunk
7
+ - phillip/251209-add-caching-accelerator-cookbook # TODO: Remove
8
paths:
9
- 'caching/accelerator/time_server/**'
10
- '.github/workflows/build-time-server.yml'
- pull_request:
11
- paths:
12
- - 'caching/accelerator/time_server/**'
13
- - '.github/workflows/build-time-server.yml'
+ # pull_request:
+ # paths:
+ # - 'caching/accelerator/time_server/**'
14
+ # - '.github/workflows/build-time-server.yml'
15
workflow_dispatch:
16
17
env:
0 commit comments