From 82806d8938c42fa00c134fb10cfec00ee47f7791 Mon Sep 17 00:00:00 2001 From: Venkata Pavan Kishore Bhagavathi <137100661+pkbhaga03@users.noreply.github.com> Date: Wed, 1 Nov 2023 15:13:18 -0700 Subject: [PATCH 1/8] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 73fff5a..435e24f 100644 --- a/README.md +++ b/README.md @@ -1 +1,2 @@ -# Test_P \ No newline at end of file +# Test_P +This is the first demo for running jenkins and actions in parallel From db60f8c4eb28c8679e051f0f38ab791174ccd222 Mon Sep 17 00:00:00 2001 From: Venkata Pavan Kishore Bhagavathi <137100661+pkbhaga03@users.noreply.github.com> Date: Tue, 7 Nov 2023 08:42:38 -0800 Subject: [PATCH 2/8] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 435e24f..8f4ca07 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # Test_P This is the first demo for running jenkins and actions in parallel +Testing wqorkflows in parallel From a285b1f6eb196222ac060017c24e3a92e85d97b9 Mon Sep 17 00:00:00 2001 From: Venkata Pavan Kishore Bhagavathi <137100661+pkbhaga03@users.noreply.github.com> Date: Tue, 7 Nov 2023 08:45:20 -0800 Subject: [PATCH 3/8] Update call-mirror.yaml --- .github/workflows/call-mirror.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/call-mirror.yaml b/.github/workflows/call-mirror.yaml index 28d2fb2..367b07e 100644 --- a/.github/workflows/call-mirror.yaml +++ b/.github/workflows/call-mirror.yaml @@ -3,6 +3,7 @@ name: repository-dispatch-test on: workflow_dispatch: pull_request: + types: [opened, edited, synchronize] jobs: run-repository-dispatch: @@ -15,4 +16,4 @@ jobs: -H "Accept: application/vnd.github+json" \ -H "Authorization: Bearer ${{ secrets.CI_DOMAIN_TOKEN }}" \ "https://${{ secrets.CI_DOMAIN_URL }}/api/v3/repos/${{ secrets.CI_DOMAIN_OWNER }}/${{ secrets.CI_DOMAIN_REPO }}/actions/workflows/${{ secrets.CI_DOMAIN_WORKFLOW }}/dispatches" \ - -d '{"ref": "main"}' + -d '{"ref": "main", inputs: { branch_name: ${{ github.event.pull_request.ref }} }}' From 57c2c3b99e54229ab248774c9dcd2570bedbe6ec Mon Sep 17 00:00:00 2001 From: Venkata Pavan Kishore Bhagavathi <137100661+pkbhaga03@users.noreply.github.com> Date: Tue, 7 Nov 2023 08:46:51 -0800 Subject: [PATCH 4/8] Update call-mirror.yaml --- .github/workflows/call-mirror.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/call-mirror.yaml b/.github/workflows/call-mirror.yaml index 00b3be4..c0ee38d 100644 --- a/.github/workflows/call-mirror.yaml +++ b/.github/workflows/call-mirror.yaml @@ -16,4 +16,4 @@ jobs: -H "Accept: application/vnd.github+json" \ -H "Authorization: Bearer ${{ secrets.CI_DOMAIN_TOKEN }}" \ "https://${{ secrets.CI_DOMAIN_URL }}/api/v3/repos/${{ secrets.CI_DOMAIN_OWNER }}/${{ secrets.CI_DOMAIN_REPO }}/actions/workflows/${{ secrets.CI_DOMAIN_WORKFLOW }}/dispatches" \ - -d '{"ref": "main", inputs: { branch_name: ${{ github.event.pull_request.ref }} }} + -d '{"ref": "main", inputs: { branch_name: ${{ github.event.pull_request.ref }} }}' From f673196213eb2e702fa86ca09c9c60006abfcbfb Mon Sep 17 00:00:00 2001 From: Venkata Pavan Kishore Bhagavathi <137100661+pkbhaga03@users.noreply.github.com> Date: Tue, 7 Nov 2023 08:49:53 -0800 Subject: [PATCH 5/8] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8f4ca07..21f5c97 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ # Test_P This is the first demo for running jenkins and actions in parallel Testing wqorkflows in parallel +Updating readme From 4b7573d0570540f3a30d86e7fda2f07b3c372c2b Mon Sep 17 00:00:00 2001 From: Venkata Pavan Kishore Bhagavathi <137100661+pkbhaga03@users.noreply.github.com> Date: Tue, 7 Nov 2023 08:51:15 -0800 Subject: [PATCH 6/8] Update call-mirror.yaml --- .github/workflows/call-mirror.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/call-mirror.yaml b/.github/workflows/call-mirror.yaml index c0ee38d..e4d9adc 100644 --- a/.github/workflows/call-mirror.yaml +++ b/.github/workflows/call-mirror.yaml @@ -16,4 +16,4 @@ jobs: -H "Accept: application/vnd.github+json" \ -H "Authorization: Bearer ${{ secrets.CI_DOMAIN_TOKEN }}" \ "https://${{ secrets.CI_DOMAIN_URL }}/api/v3/repos/${{ secrets.CI_DOMAIN_OWNER }}/${{ secrets.CI_DOMAIN_REPO }}/actions/workflows/${{ secrets.CI_DOMAIN_WORKFLOW }}/dispatches" \ - -d '{"ref": "main", inputs: { branch_name: ${{ github.event.pull_request.ref }} }}' + -d '{"ref": "main", inputs: { branch_name: "main" }}' From 62c01a640e691398f287b7c2efda8f40f54bce8f Mon Sep 17 00:00:00 2001 From: Venkata Pavan Kishore Bhagavathi <137100661+pkbhaga03@users.noreply.github.com> Date: Tue, 7 Nov 2023 08:53:36 -0800 Subject: [PATCH 7/8] Update call-mirror.yaml --- .github/workflows/call-mirror.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/call-mirror.yaml b/.github/workflows/call-mirror.yaml index e4d9adc..deb0c0d 100644 --- a/.github/workflows/call-mirror.yaml +++ b/.github/workflows/call-mirror.yaml @@ -16,4 +16,4 @@ jobs: -H "Accept: application/vnd.github+json" \ -H "Authorization: Bearer ${{ secrets.CI_DOMAIN_TOKEN }}" \ "https://${{ secrets.CI_DOMAIN_URL }}/api/v3/repos/${{ secrets.CI_DOMAIN_OWNER }}/${{ secrets.CI_DOMAIN_REPO }}/actions/workflows/${{ secrets.CI_DOMAIN_WORKFLOW }}/dispatches" \ - -d '{"ref": "main", inputs: { branch_name: "main" }}' + -d '{"ref": "main", inputs: { "branch_name": ${{ github.event.pull_request.ref }} } }' From 866b2d973386e035ba94f8df248a2dfb960a08d1 Mon Sep 17 00:00:00 2001 From: Venkata Pavan Kishore Bhagavathi <137100661+pkbhaga03@users.noreply.github.com> Date: Tue, 7 Nov 2023 08:55:16 -0800 Subject: [PATCH 8/8] Update call-mirror.yaml --- .github/workflows/call-mirror.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/call-mirror.yaml b/.github/workflows/call-mirror.yaml index deb0c0d..47225f6 100644 --- a/.github/workflows/call-mirror.yaml +++ b/.github/workflows/call-mirror.yaml @@ -16,4 +16,4 @@ jobs: -H "Accept: application/vnd.github+json" \ -H "Authorization: Bearer ${{ secrets.CI_DOMAIN_TOKEN }}" \ "https://${{ secrets.CI_DOMAIN_URL }}/api/v3/repos/${{ secrets.CI_DOMAIN_OWNER }}/${{ secrets.CI_DOMAIN_REPO }}/actions/workflows/${{ secrets.CI_DOMAIN_WORKFLOW }}/dispatches" \ - -d '{"ref": "main", inputs: { "branch_name": ${{ github.event.pull_request.ref }} } }' + -d '{"ref": "main", "inputs": { "branch_name": "${{ github.event.pull_request.ref }}" } }'