1
0
mirror of https://github.com/irssi/irssi.git synced 2024-11-03 04:27:19 -05:00

disable github workflows

This commit is contained in:
ailin-nemui 2019-04-24 13:30:38 +02:00
parent ad3b8df97e
commit da266691bb

14
.github/main.workflow vendored
View File

@ -1,10 +1,10 @@
workflow "Check Irssi" {
on = "push"
resolves = [
"script",
"unit_tests",
]
}
# workflow "Check Irssi" {
# on = "push"
# resolves = [
# "script",
# "unit_tests",
# ]
# }
action "install" {
uses = "irssi-import/actions-irssi/check-irssi@master"