Skip to content

Commit

Permalink
custom name
Browse files Browse the repository at this point in the history
Signed-off-by: Rishav Dhar <19497993+rdhar@users.noreply.github.com>
  • Loading branch information
rdhar committed Jan 2, 2025
1 parent 8706fe9 commit db90bd9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/tf_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
jobs:
tests:
runs-on: ubuntu-24.04
name: ${{ matrix.a }} ${{ matrix.b }} ${{ matrix.c }}

permissions:
actions: read # Required to identify workflow run.
Expand All @@ -28,15 +29,15 @@ jobs:
# - fail_data_source_error
# - fail_format_diff
# - fail_invalid_resource_type
1:
a:
- 1
- 2
- 3
2:
b:
- A
- B
- C
3:
c:
- X
- Y
- Z
Expand Down

0 comments on commit db90bd9

Please sign in to comment.