From 36c36411b8c20576faf95da50df3b7b7bcee8967 Mon Sep 17 00:00:00 2001 From: Artturin Date: Fri, 1 Apr 2022 09:43:48 +0300 Subject: [PATCH] .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 --- .github/workflows/basic-eval.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/basic-eval.yml b/.github/workflows/basic-eval.yml index 51429ae40be..41f751fd061 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