Skip to content

Commit

Permalink
ci: Fix the GH free-runners label
Browse files Browse the repository at this point in the history
the reason GH is not picking up the jobs is a missing "." in the label
name.

Signed-off-by: Lukáš Doktor <ldoktor@redhat.com>
  • Loading branch information
ldoktor committed Aug 21, 2024
1 parent 3cdc158 commit aa3482e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ccruntime_e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
instance:
- "az-ubuntu-2004"
- "az-ubuntu-2204"
- "ubuntu-2004"
- "ubuntu-2204"
- "ubuntu-20.04"
- "ubuntu-22.04"
- "s390x-large"
- "tdx"
- "sev"
Expand Down

0 comments on commit aa3482e

Please sign in to comment.