This repository has been archived by the owner on Nov 21, 2024. It is now read-only.
workflows: updated data when creating ticket #108
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Pull request main (workflows) | |
on: | |
pull_request_target: | |
branches: [main] | |
paths: | |
- "workflows/**" | |
- "docker-compose.yaml" | |
jobs: | |
lint: | |
uses: ./.github/workflows/lint.yml | |
with: | |
ref: ${{ github.ref }} | |
test: | |
needs: lint | |
uses: ./.github/workflows/test-workflows.yml | |
with: | |
ref: ${{ github.event.pull_request.head.sha }} | |
secrets: inherit |