Skip to content

Commit

Permalink
add workflow name and standard env
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Mar 28, 2024
1 parent bd55d5b commit 2638f19
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-pr-command.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: On-Demand PR Test

on:
workflow_dispatch:
inputs:
Expand All @@ -6,6 +8,9 @@ on:
type: number
required: true

env:
AIRBYTE_ANALYTICS_ID: ${{ vars.AIRBYTE_ANALYTICS_ID }}

jobs:
# This is copied from the `python_pytest.yml` file.
# Only the first two steps of the job are different, and they check out the PR's branch.
Expand Down

0 comments on commit 2638f19

Please sign in to comment.