Skip to content

Commit

Permalink
clean up script and removed required
Browse files Browse the repository at this point in the history
  • Loading branch information
cortisiko committed Oct 11, 2024
1 parent 5c2310a commit 4a03b4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/e2e-merge-queue-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

run-e2e-check:
runs-on: ubuntu-latest
needs: apply-smoke-label
uses: ./.github/workflows/bitrise-e2e-check.yml # Reuse the Bitrise check workflow
uses: ./.github/workflows/run-bitrise-e2e-check.yml # Reuse the bitrise check workflow
with:
pr_number: ${{ github.event.number || github.event.pull_request.number }}
e2e_label: 'Run Smoke E2E'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-bitrise-e2e-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ on:
required: true
type: number
e2e_label:
required: true
required: false
type: string
default: 'Run Smoke E2E'
e2e_pipeline:
required: true
required: false
type: string
default: 'pr_smoke_e2e_pipeline'
secrets:
Expand Down

0 comments on commit 4a03b4b

Please sign in to comment.