From b293bdaa9c976d217e1eaef2a23958c20756e535 Mon Sep 17 00:00:00 2001 From: fscarmen <62703343+fscarmen@users.noreply.github.com> Date: Sat, 26 Feb 2022 11:19:27 +0800 Subject: [PATCH] Update wireguard-go.yml --- .github/workflows/wireguard-go.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/wireguard-go.yml b/.github/workflows/wireguard-go.yml index 862c1a0..cfce0f7 100644 --- a/.github/workflows/wireguard-go.yml +++ b/.github/workflows/wireguard-go.yml @@ -34,13 +34,13 @@ jobs: # Required, if repo is private a Personal Access Token with `repo` scope is needed #github_token: ${{secrets.GITHUB_TOKEN}} # Required, workflow file name or ID - workflow: wireguard-go.yml + #workflow: wireguard-go.yml # Optional, the status or conclusion of a completed workflow to search for # Can be one of a workflow conclusion: # "failure", "success", "neutral", "cancelled", "skipped", "timed_out", "action_required" # Or a workflow status: # "completed", "in_progress", "queued" - workflow_conclusion: success + #workflow_conclusion: success # Optional, will get head commit SHA #pr: ${{github.event.pull_request.number}} # Optional, no need to specify if PR is @@ -65,7 +65,7 @@ jobs: # Optional, check the workflow run whether it has an artifact # then will get the last available artifact from previous workflow # default false, just try to download from the last one - check_artifacts: false + #check_artifacts: false # Optional, search for the last workflow run whose stored an artifact named as in `name` input # default false - search_artifacts: false + #search_artifacts: false