WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 1425eae

Browse files
authored
chore: rename job from 'setup' to 'copilot-setup-steps'
1 parent 8de4a3c commit 1425eae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
NX_PARALLEL: 4
1414

1515
jobs:
16-
setup:
16+
copilot-setup-steps:
1717
runs-on: ubuntu-latest
1818
if: ${{ github.repository_owner == 'microsoft' }}
1919

@@ -33,4 +33,4 @@ jobs:
3333
run: yarn install --immutable
3434

3535
- name: Build all packages
36-
run: yarn nx run-many --target=build --all
36+
run: yarn nx run-many --target=build --all

0 commit comments

Comments
 (0)