Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2020-11-13 15:55:13 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2020-11-13 15:55:13 +0300
commitcda871b3e09af6be18ec54fc60b01d0115ae4790 (patch)
tree7125b973359f8fe111659578bbee458b7eafdd8b /.github
parent623fde6860b52508808cca46321c6a7c9e5f24d8 (diff)
Fix permanently hanging make_release.yml by no longer waiting on self.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/make_release.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/make_release.yml b/.github/workflows/make_release.yml
index c3d5d98a..f784d635 100644
--- a/.github/workflows/make_release.yml
+++ b/.github/workflows/make_release.yml
@@ -20,6 +20,7 @@ jobs:
id: waitforstatuschecks
uses: "WyriHaximus/github-action-wait-for-status@v1.2"
with:
+ ignoreActions: publish-binaries
checkInterval: 60
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"