Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dandelo committed May 24, 2024
1 parent c477f52 commit cc1ee7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Ready API Testing POC

on:
workflow_dispatch: #TODO Add execution on schedule
workflow_dispatch:
inputs:
env:
description: Which env to run tests against?
Expand All @@ -18,7 +18,7 @@ on:

jobs:
run_ready_api_test:
runs-on: ubuntu-latest
runs-on: codebuild-foo-${{ github.run_id }}-${{ github.run_attempt }}
steps:
- name: Clone repo
uses: actions/checkout@v4
Expand Down

0 comments on commit cc1ee7f

Please sign in to comment.