Skip to content

Commit

Permalink
Merge pull request #3210 from zinduolis/automate_browserstack_3206
Browse files Browse the repository at this point in the history
Update GitHub Actions not to require approval to run auto tests (#3206)
  • Loading branch information
zinduolis authored Nov 8, 2024
2 parents 4648d9a + 2f4e5fd commit 33717fc
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/github_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,7 @@ on:
pull_request_target:
branches: [ master ]

jobs:
approve:
runs-on: ubuntu-latest

steps:
- name: Approve
run: echo For security reasons, all pull requests need to be approved first before running any automated CI.

jobs:
ubuntu-job:
name: 'BrowserStack Test on Ubuntu'
runs-on: ubuntu-latest # Can be self-hosted runner also
Expand All @@ -34,7 +27,7 @@ jobs:
local-identifier: random

- name: 'Checkout the repository'
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 2
Expand Down

0 comments on commit 33717fc

Please sign in to comment.