Skip to content

Commit

Permalink
Add an empty action for Beam in order to run the action from feature …
Browse files Browse the repository at this point in the history
…branches
  • Loading branch information
clayburn committed Aug 8, 2023
1 parent e51935c commit fd90a54
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/run-experiments-beam.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Apache Beam

on:
workflow_dispatch:

jobs:
Experiment:
runs-on: ubuntu-latest
steps:
- name: Hello World
run: echo "Hello World"

0 comments on commit fd90a54

Please sign in to comment.