Skip to content

Commit b744db2

Browse files
committed
Unblock PR Builds due to failing Version Update
- Worfklow is targeting Runners no longer available. - Pointing now to flyweight < flyweight-ephemeral
1 parent 8f5df84 commit b744db2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
version-bump:
1212
name: 'Version Bump'
13-
runs-on: [self-hosted, linux, flyweight-ephemeral]
13+
runs-on: [self-hosted, linux, flyweight]
1414
steps:
1515
- name: 'Check out code'
1616
uses: actions/checkout@v3

0 commit comments

Comments
 (0)