From 6984c29e599f366e4c209d8acf5def5e644c6715 Mon Sep 17 00:00:00 2001 From: Murat Ugur Eminoglu Date: Thu, 11 Jan 2024 15:26:40 +0300 Subject: [PATCH] Remove event --- .github/workflows/24x7-test1.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/24x7-test1.yml b/.github/workflows/24x7-test1.yml index c9aa59dc..5d7ae0ae 100644 --- a/.github/workflows/24x7-test1.yml +++ b/.github/workflows/24x7-test1.yml @@ -7,8 +7,6 @@ on: jobs: run-selenium: runs-on: ubuntu-latest - if: github.event_name == 'pull_request' - env: WEBHOOK_URL: ${{ secrets.WEBHOOK }} SERVER_IP: ${{ secrets.SERVER_IP }}