summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2022-04-01 09:43:48 +0300
committerArtturin <Artturin@artturin.com>2022-04-01 09:48:20 +0300
commit36c36411b8c20576faf95da50df3b7b7bcee8967 (patch)
tree6db2ac4bc79c42552e25867f917783a2c939584b /.github
parent09b158904929cf24bf3cb9e781c2435ca6c52065 (diff)
.github/workflows/basic-eval.yml: only run if manually triggered
ofborg should have obsoleted this with https://github.com/NixOS/ofborg/pull/588#issuecomment-1078451552 https://github.com/NixOS/nixpkgs/pull/166599#issuecomment-1085069938 this is still useful to have around for act usage
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/basic-eval.yml17
1 files changed, 9 insertions, 8 deletions
diff --git a/.github/workflows/basic-eval.yml b/.github/workflows/basic-eval.yml
index 51429ae40bee..41f751fd061f 100644
--- a/.github/workflows/basic-eval.yml
+++ b/.github/workflows/basic-eval.yml
@@ -1,14 +1,15 @@
name: Basic evaluation checks
on:
- pull_request:
- branches:
- - master
- - release-**
- push:
- branches:
- - master
- - release-**
+ workflow_dispatch
+ # pull_request:
+ # branches:
+ # - master
+ # - release-**
+ # push:
+ # branches:
+ # - master
+ # - release-**
jobs:
tests:
runs-on: ubuntu-latest