From 9cf092195ebe904578aeb0f1d4efd583a2283331 Mon Sep 17 00:00:00 2001 From: Krzysztof Madej Date: Wed, 29 Sep 2021 10:05:11 +0200 Subject: [PATCH 1/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8de5063..dce40f7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # github-actions-manual -## test +## test qa From 16537fe8bf2e39d5c8d028592987e4800568ec69 Mon Sep 17 00:00:00 2001 From: Krzysztof Madej Date: Wed, 29 Sep 2021 10:05:49 +0200 Subject: [PATCH 2/6] Update so-034-conditions.yaml --- .github/workflows/so-034-conditions.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/so-034-conditions.yaml b/.github/workflows/so-034-conditions.yaml index b17e273..375745b 100644 --- a/.github/workflows/so-034-conditions.yaml +++ b/.github/workflows/so-034-conditions.yaml @@ -24,7 +24,7 @@ jobs: echo "Deploying $GITHUB_REF" echo "Deploying ${{ github.event_name }}" - qa_build: + qa_build: runs-on: ubuntu-latest if: ${{ contains(github.base_ref, 'qa') || contains(github.head_ref, 'qa') }} steps: @@ -39,4 +39,4 @@ jobs: id: test1 run: | echo "${{ github.base_ref }}" - echo "Deploying ${{ github.event_name }}" \ No newline at end of file + echo "Deploying ${{ github.event_name }}" From 878855c13f7355c9a9327be17a9a3bc5e701559c Mon Sep 17 00:00:00 2001 From: Krzysztof Madej Date: Wed, 29 Sep 2021 10:06:49 +0200 Subject: [PATCH 3/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dce40f7..55d8483 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # github-actions-manual -## test qa +## test qa 2 From 9b162f8df30f4ed591a572407db3c4ef5003dcd3 Mon Sep 17 00:00:00 2001 From: Krzysztof Madej Date: Wed, 29 Sep 2021 10:09:10 +0200 Subject: [PATCH 4/6] Update so-034-conditions.yaml --- .github/workflows/so-034-conditions.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/so-034-conditions.yaml b/.github/workflows/so-034-conditions.yaml index 375745b..e21b05f 100644 --- a/.github/workflows/so-034-conditions.yaml +++ b/.github/workflows/so-034-conditions.yaml @@ -35,6 +35,7 @@ jobs: - name: Dump GitHub context env: GITHUB_CONTEXT: ${{ toJSON(github) }} + run: echo "$GITHUB_CONTEXT" - name: Test1 id: test1 run: | From 0ca4ba4bfe0049880d3baa83d204d88bddef1cbf Mon Sep 17 00:00:00 2001 From: Krzysztof Madej Date: Wed, 29 Sep 2021 10:10:52 +0200 Subject: [PATCH 5/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55d8483..c168455 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # github-actions-manual -## test qa 2 +## test qa 3 From 3e2386732236676c764dbefddb38b321af351bbd Mon Sep 17 00:00:00 2001 From: Krzysztof Madej Date: Wed, 29 Sep 2021 10:11:38 +0200 Subject: [PATCH 6/6] Update so-034-conditions.yaml --- .github/workflows/so-034-conditions.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/so-034-conditions.yaml b/.github/workflows/so-034-conditions.yaml index e21b05f..fde461b 100644 --- a/.github/workflows/so-034-conditions.yaml +++ b/.github/workflows/so-034-conditions.yaml @@ -3,6 +3,9 @@ name: so-034-conditions on: push: branches: [ master, main, qa ] + pull_request: + branches: + - main workflow_dispatch: jobs: