From: Ailin Nemui Date: Wed, 24 Apr 2019 11:10:38 +0000 (+0200) Subject: disable github workflows X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=623bd7e8619574bc5d1e272ce2ebe09dc1953c8c;p=irssi-scripts.irssi.org.git disable github workflows --- diff --git a/.github/main.workflow b/.github/main.workflow index 94cf6f2..0001264 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -1,12 +1,12 @@ -workflow "Check Scripts(M)" { - on = "push" - resolves = ["update-scripts"] -} - -workflow "Check Scripts" { - on = "push" - resolves = ["result"] -} +# workflow "Check Scripts(M)" { +# on = "push" +# resolves = ["update-scripts"] +# } + +# workflow "Check Scripts" { +# on = "push" +# resolves = ["result"] +# } action "On Master Branch" { uses = "actions/bin/filter@master"