Skip to content

Commit

Permalink
Merge pull request #445 from OasisDEX/triggering-e2e-tests-2_10
Browse files Browse the repository at this point in the history
Trigger workflow
  • Loading branch information
juan-langa authored Aug 22, 2024
2 parents 0dbb2d7 + 0888bd7 commit 1270c09
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci_e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: CI E2E tests
on:
workflow_dispatch:
inputs:
name:
description: 'Testing inputs from dispatch event - NAME'
run_id:
description: 'Run_id from oasis-borrow run that is triggering this workflow.'
type: string
required: true

Expand All @@ -13,5 +13,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: CI - Regression E2E tests - ${{ inputs.name }}
run: echo "Event received - NAME is ${{ inputs.name }}"
- name: CI - Regression E2E tests for RUN_ID ${{ inputs.run_id }}
run: echo "Event received - RUN_ID is ${{ inputs.run_id }}"

0 comments on commit 1270c09

Please sign in to comment.