Skip to content

Commit

Permalink
since GH actions can't trigger other actions, we'll make the action m…
Browse files Browse the repository at this point in the history
…ake draft PR's and trigger CI on ready for review as well as HEAD being updated
  • Loading branch information
phillip-stephens committed Jan 10, 2025
1 parent 32241dc commit a1f9af5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check_tlsa_integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,4 @@ jobs:
branch: update-tlsa-record-${{ github.run_id }}
delete-branch: false
author: "github-actions[bot] <github-actions[bot]@users.noreply.github.com>"
draft: always-true
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,14 @@ on:
branches:
- main
pull_request:
types: [opened, ready_for_review, synchronize]
workflow_dispatch:

jobs:
check-license:
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit a1f9af5

Please sign in to comment.