Skip to content

Commit dd8a7af

Browse files
Fix awake e2e branch gate
Co-authored-by: Orca <help@stably.ai>
1 parent 81feb84 commit dd8a7af

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/awake-e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Awake E2E
33
on:
44
push:
55
branches:
6-
- keep-awake-while-lid-closed
6+
- brennanb2025/keep-awake-while-lid-closed
77
pull_request:
88
types: [opened, synchronize, reopened]
99
workflow_dispatch:
@@ -17,7 +17,7 @@ jobs:
1717
awake:
1818
# Why: temporary PR validation for the keep-awake branch. Keep it out of
1919
# unrelated PRs until the cross-platform coverage graduates into normal CI.
20-
if: github.event_name != 'pull_request' || github.head_ref == 'keep-awake-while-lid-closed'
20+
if: github.event_name != 'pull_request' || github.head_ref == 'brennanb2025/keep-awake-while-lid-closed'
2121
name: awake e2e ${{ matrix.os }}
2222
runs-on: ${{ matrix.os }}
2323
timeout-minutes: 20

0 commit comments

Comments
 (0)