Skip to content

Commit

Permalink
Merge pull request #56 from gradle/beam
Browse files Browse the repository at this point in the history
  • Loading branch information
clayburn authored Aug 8, 2023
2 parents e51935c + fd90a54 commit 6bb53d6
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 6bb53d6

Please sign in to comment.