From 7a141ebe69cefdffce7cf8304972ae61a9cd1463 Mon Sep 17 00:00:00 2001 From: Franck Terray <49401184+franklychilled@users.noreply.github.com> Date: Mon, 26 Feb 2024 17:00:49 +0000 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4386ec2..522d6d6 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ steps: depends_on: my-test allow_dependency_failure: true plugins: - - iress/junit-slack-notification#v1.0.4b: + - iress/junit-slack-notification#v1.0.6: artifacts: "**/*.xml" SLACK_TOKEN: "xoxb-xxxxxxxxxxx-xxxxxxxxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxx" SLACK_CHANNEL: "#junit_bot_testing" @@ -38,7 +38,7 @@ steps: depends_on: my-test allow_dependency_failure: true plugins: - - iress/junit-slack-notification#v1.0.4b: + - iress/junit-slack-notification#v1.0.6: test_suites: - name: "Unit tests" artifacts: "unit-test/**/*.xml" From ec96ef40564ec855fbdb644404715849b30c9436 Mon Sep 17 00:00:00 2001 From: Franck Terray Date: Thu, 29 Feb 2024 10:51:25 +0000 Subject: [PATCH 2/2] remove duplication action trigger during pull_request --- .github/workflows/main.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ae38a5d..4317ce4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,9 +7,6 @@ on: # Triggers the workflow on push or pull request events but only for the master branch push: - pull_request: - branches: [ main ] - # Allows you to run this workflow manually from the Actions tab workflow_dispatch: