Revert ".github/workflows: run darwin, pages after buildbot completes"
This reverts commit 97e272a2a0
.
This commit is contained in:
parent
97e272a2a0
commit
13bd164573
2 changed files with 4 additions and 4 deletions
.github/workflows
4
.github/workflows/darwin.yml
vendored
4
.github/workflows/darwin.yml
vendored
|
@ -1,7 +1,8 @@
|
||||||
name: "darwin"
|
name: "darwin"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
status:
|
push:
|
||||||
|
branches: [master]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
|
@ -17,7 +18,6 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
host: [darwin02, darwin03]
|
host: [darwin02, darwin03]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.event_name == 'workflow_dispatch' || (github.event_name == 'status' && github.event.context == 'buildbot/nix-eval' && github.event.state == 'success' && github.ref == 'refs/heads/master')
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Install Nix
|
- name: Install Nix
|
||||||
|
|
4
.github/workflows/pages.yml
vendored
4
.github/workflows/pages.yml
vendored
|
@ -1,7 +1,8 @@
|
||||||
name: "pages"
|
name: "pages"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
status:
|
push:
|
||||||
|
branches: [master]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
@ -16,7 +17,6 @@ concurrency:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.event_name == 'workflow_dispatch' || (github.event_name == 'status' && github.event.context == 'buildbot/nix-eval' && github.event.state == 'success' && github.ref == 'refs/heads/master')
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Install Nix
|
- name: Install Nix
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue