Skip to content

Commit 4135e48

Browse files
committed
restore main
1 parent a144e70 commit 4135e48

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
uses: actions/checkout@v4
6363
with:
6464
repository: microsoft/windows-drivers-rs
65-
ref: refs/pull/597/head
65+
ref: main
6666
path: _temp/windows-drivers-rs
6767
sparse-checkout: |
6868
.github/actions

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
uses: actions/checkout@v4
6161
with:
6262
repository: microsoft/windows-drivers-rs
63-
ref: refs/pull/597/head
63+
ref: main
6464
path: _temp/windows-drivers-rs
6565
sparse-checkout: |
6666
.github/actions

.github/workflows/lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
pull_request:
66
merge_group:
77
schedule: # Trigger a job on default branch at 4AM PST everyday
8-
- cron: "0 11 * * *"
8+
- cron: '0 11 * * *'
99

1010
concurrency:
1111
group: ${{ github.workflow }}-${{ github.event.compare || github.head_ref || github.ref }}
@@ -58,7 +58,7 @@ jobs:
5858
uses: actions/checkout@v4
5959
with:
6060
repository: microsoft/windows-drivers-rs
61-
ref: refs/pull/597/head
61+
ref: main
6262
path: _temp/windows-drivers-rs
6363
sparse-checkout: |
6464
.github/actions

0 commit comments

Comments
 (0)