pkp/pkp-lib#12017 remove double filter withContextIds() #100
Workflow file for this run
This file contains hidden or 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: Test VPS Cleanup PR Deployment on Close | |
| on: | |
| pull_request_target: | |
| types: [closed] | |
| branches: | |
| - main | |
| jobs: | |
| cleanup: | |
| if: github.repository == 'pkp/omp' | |
| uses: jardakotesovec/pkp-test-vps-ci/.github/workflows/deploy-cleanup.yaml@main | |
| with: | |
| project: ${{ github.event.repository.name }} | |
| pr_number: ${{ github.event.number }} | |
| secrets: | |
| SSH_PRIVATE_KEY: ${{ secrets.TEST_VPS_CI_SSH_PRIVATE_KEY }} | |
| SSH_HOST: ${{ secrets.TEST_VPS_CI_SSH_HOST }} | |
| SSH_USERNAME: ${{ secrets.TEST_VPS_CI_SSH_USERNAME }} |