Skip to content

Commit

Permalink
Fix job names
Browse files Browse the repository at this point in the history
  • Loading branch information
Amar3tto committed Jul 27, 2023
1 parent 097e447 commit 1eccba8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/beam_PostCommit_Go_Dataflow_ARM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
github.event_name == 'schedule' ||
github.event.comment.body == 'Run Go PostCommit Dataflow ARM'
runs-on: [self-hosted, ubuntu-20.04, main]
name: beam_PostCommit_Go_Dataflow_ARM
name: beam_PostCommit_Go_Dataflow_ARM (Run Go PostCommit Dataflow ARM)
steps:
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/beam_PreCommit_Python_Runners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ concurrency:

jobs:
beam_PreCommit_Python_Runners:
name: beam_PreCommit_Python_Runners
name: beam_PreCommit_Python_Runners (Run Python_Runners PreCommit 3.x)
timeout-minutes: 180
strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/beam_PreCommit_Python_Transforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ concurrency:

jobs:
beam_PreCommit_Python_Transforms:
name: beam_PreCommit_Python_Transforms
name: beam_PreCommit_Python_Transforms (Run Python_Transforms PreCommit 3.x)
timeout-minutes: 180
strategy:
fail-fast: false
Expand Down

0 comments on commit 1eccba8

Please sign in to comment.