Skip to content

Commit

Permalink
Merge pull request #30 from comcalvi/newbranch
Browse files Browse the repository at this point in the history
conditionals...
  • Loading branch information
comcalvi authored Sep 22, 2023
2 parents d04f867 + cbfbd8f commit 321b0ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-integ-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: run integ tests
name: run-integ-tests

on:
issue_comment:
Expand All @@ -9,11 +9,11 @@ on:
jobs:
run-integ-tests:
name: run integ tests
#if: ${{ (github.event.issue.pull_request) && (github.event.issue.state == 'open') && contains(github.event.comment.body, 'run them tests') }}
if: ${{ (github.event.issue.pull_request) && (github.event.issue.state == 'open') && contains(github.event.comment.body, 'run them tests') }}
runs-on: ubuntu-latest
steps:
- name: submit integ test run
# this needs to wait until the cached build is available...WOOOOOOOOOo
# this needs to wait until the cached build is available...WOOOOOOOOOoo
run: |
curl --header "Content-Type: application/json" --request POST \
--data '{"prNumber":${{ github.event.number }}}' \
Expand Down

0 comments on commit 321b0ed

Please sign in to comment.