Revert ".github/workflows: run darwin, pages after buildbot completes"

This reverts commit 97e272a2a0.
This commit is contained in:
zowoq 2023-11-27 08:18:31 +10:00
parent 97e272a2a0
commit 13bd164573
2 changed files with 4 additions and 4 deletions
.github/workflows

View file

@ -1,7 +1,8 @@
name: "darwin"
on:
status:
push:
branches: [master]
workflow_dispatch:
concurrency:
@ -17,7 +18,6 @@ jobs:
matrix:
host: [darwin02, darwin03]
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:
- uses: actions/checkout@v4
- name: Install Nix

View file

@ -1,7 +1,8 @@
name: "pages"
on:
status:
push:
branches: [master]
workflow_dispatch:
permissions:
@ -16,7 +17,6 @@ concurrency:
jobs:
build:
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:
- uses: actions/checkout@v4
- name: Install Nix