Skip to content

Commit

Permalink
Update release-published.yml (#13)
Browse files Browse the repository at this point in the history
* Update release-published.yml

* use main instead of pinning to a version

* add authorize step

* Delete .github/workflows/release-published.yml

---------

Co-authored-by: Sayali M <sayali@Sayalis-MacBook-Pro>
  • Loading branch information
sayaliM0412 and Sayali M authored Jul 31, 2024
1 parent a045729 commit 555433b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/release-published.yml

This file was deleted.

7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ on:
- synchronize

jobs:
authorize:
environment: ${{ github.event_name == 'pull_request_target' && github.event.pull_request.head.repo.full_name != github.repository && 'external' || 'internal' }}
runs-on: ubuntu-latest
steps:
- run: true

build-test:
needs: authorize
uses: liquibase/build-logic/.github/workflows/[email protected]
secrets: inherit

0 comments on commit 555433b

Please sign in to comment.