Skip to content

Commit fdae848

Browse files
Copilotjosecelano
andcommitted
refactor: improve Copilot workflow based on code review
Co-authored-by: josecelano <[email protected]>
1 parent 270ecbf commit fdae848

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
# The job MUST be called `copilot-setup-steps` or it will not be picked up by Copilot.
1616
copilot-setup-steps:
1717
runs-on: ubuntu-latest
18+
timeout-minutes: 30
1819

1920
# Set the permissions to the lowest permissions possible needed for your steps.
2021
# Copilot will be given its own token for its operations.
@@ -28,8 +29,6 @@ jobs:
2829

2930
- name: Set up Rust toolchain
3031
uses: dtolnay/rust-toolchain@stable
31-
with:
32-
toolchain: stable
3332

3433
- name: Enable Rust cache
3534
uses: Swatinem/rust-cache@v2

0 commit comments

Comments
 (0)