From e77d5aeab6314ea67dd91d6dc711744d28ddf36b Mon Sep 17 00:00:00 2001 From: Louise Poubel Date: Wed, 14 Oct 2020 19:35:00 -0700 Subject: [PATCH] Improve fork experience (#28) Signed-off-by: Louise Poubel --- .github/workflows/ci.yml | 4 +--- .github/workflows/pr-collection-labeler.yml | 2 +- .github/workflows/triage.yml | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d9be4dd..7aa80d0b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,6 @@ name: Ubuntu CI -on: [push] +on: [push, pull_request] jobs: bionic-ci: @@ -23,5 +23,3 @@ jobs: - name: Compile and test id: ci uses: ignition-tooling/action-ignition-ci@focal - with: - codecov-token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/pr-collection-labeler.yml b/.github/workflows/pr-collection-labeler.yml index 99e9730b..7d7b4e17 100644 --- a/.github/workflows/pr-collection-labeler.yml +++ b/.github/workflows/pr-collection-labeler.yml @@ -1,6 +1,6 @@ name: PR Collection Labeler -on: pull_request +on: pull_request_target jobs: pr_collection_labeler: diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index 69c16ac8..736670e0 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -1,7 +1,7 @@ on: issues: types: [opened] - pull_request: + pull_request_target: types: [opened] name: Ticket opened jobs: