From 54c8728be94f66cabb81dee2e0607c2c2cfbaa75 Mon Sep 17 00:00:00 2001 From: Franck Terray <49401184+franklychilled@users.noreply.github.com> Date: Thu, 29 Feb 2024 14:53:32 +0000 Subject: [PATCH] Update README.md (#41) --- .github/workflows/main.yml | 3 --- README.md | 4 ++-- 2 files changed, 2 insertions(+), 5 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: 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"