This is an automated email from the ASF dual-hosted git repository.
damccorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 3a6fcc1ca4d disable (#24121)
3a6fcc1ca4d is described below
commit 3a6fcc1ca4d07a467464ed1214a94b5c9c147295
Author: Evgeny Antyshev <[email protected]>
AuthorDate: Fri Nov 11 19:13:45 2022 +0300
disable (#24121)
---
.github/workflows/playground_examples_ci.yml | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
diff --git a/.github/workflows/playground_examples_ci.yml
b/.github/workflows/playground_examples_ci.yml
index b6bd5d7b863..6d37834dc58 100644
--- a/.github/workflows/playground_examples_ci.yml
+++ b/.github/workflows/playground_examples_ci.yml
@@ -16,15 +16,7 @@
name: Playground Examples CI
on:
- push:
- paths:
- - .github/workflows/playground_examples_ci_reusable.yml
- - .github/workflows/playground_examples_ci.yml
- - playground/backend/**
- - playground/infrastructure/**
- - learning/katas/**
- - examples/**
- - sdks/**
+ workflow_dispatch:
# This allows a subsequently queued workflow run to interrupt previous runs
concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label ||
github.head_ref || github.ref }}'