Skip to content

Commit

Permalink
workflow_call for on-demand smoke test for the environment
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtzData committed Jun 25, 2024
1 parent eb35b2b commit 641bbd3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/e2e_on_demand.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ on:
description: 'Environment base URL'
required: true
default: 'http://eth.blockscout.com/'
workflow_call:
inputs:
url:
description: 'Environment base URL'
required: true
default: 'http://eth.blockscout.com/'
env:
ENV: prod
BLOCKSCOUT_URL: ${{ inputs.url }}
Expand Down

0 comments on commit 641bbd3

Please sign in to comment.