remove push triggers
This commit is contained in:
4
.github/workflows/download-latest.yml
vendored
4
.github/workflows/download-latest.yml
vendored
@@ -1,12 +1,8 @@
|
|||||||
name: "Update Determinate Nix binary"
|
name: "Update Determinate Nix binary"
|
||||||
on:
|
on:
|
||||||
repository_dispatch:
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "00 0,6,12,18 * * *"
|
- cron: "00 0,6,12,18 * * *"
|
||||||
push:
|
|
||||||
paths:
|
|
||||||
- '.github/workflows/*'
|
|
||||||
jobs:
|
jobs:
|
||||||
download-binary:
|
download-binary:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Reference in New Issue
Block a user