From c0f86f28fa5f10ee07217ddbea6a3e811337f7d9 Mon Sep 17 00:00:00 2001 From: Jordi Massaguer Pla Date: Fri, 20 Oct 2023 13:37:13 +0200 Subject: [PATCH] CI: remove adding comment from secondary Signed-off-by: Jordi Massaguer Pla --- .../workflows/acceptance_tests_secondary.yml | 26 ------------------- 1 file changed, 26 deletions(-) diff --git a/.github/workflows/acceptance_tests_secondary.yml b/.github/workflows/acceptance_tests_secondary.yml index eb8be3d90224..e8b8f00dae6f 100644 --- a/.github/workflows/acceptance_tests_secondary.yml +++ b/.github/workflows/acceptance_tests_secondary.yml @@ -11,35 +11,9 @@ on: schedule: - cron: '0 6 * * *' jobs: - pre-comment: - runs-on: ubuntu-latest - permissions: - contents: write - pull-requests: write - steps: - - uses: peter-evans/create-or-update-comment@v2 - with: - issue-number: ${{ github.event.pull_request.number }} - body: | - :wave: Hello! Thanks for contributing to our project :smile: - :coffe: Acceptance tests will take same time (aprox. 1h) test-uyuni: uses: ./.github/workflows/acceptance_tests_common.yml with: secondary_tests: "17_run_secondary_tests.sh" server_id: "secondary" - post-comment: - runs-on: ubuntu-latest - permissions: - contents: write - pull-requests: write - steps: - - uses: peter-evans/create-or-update-comment@v2 - with: - issue-number: ${{ github.event.pull_request.number }} - body: | - :dance: Test have finish - You can check the results - test - Happy hacking!