Update release notes and comment out failing tests that won't be fixed #31
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: Trigger Concourse git resource | |
| on: [ push, workflow_dispatch ] | |
| jobs: | |
| trigger-resource-check: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Trigger resource check | |
| uses: gstackio/trigger-concourse-resource-check-action@v1 | |
| with: | |
| concourse-url: https://ci.gstack.io | |
| concourse-team: gk-plat-devs | |
| concourse-pipeline: openssl-source-code-resource | |
| concourse-resource: git | |
| concourse-webhook-token: ${{ secrets.CONCOURSE_WEBHOOK_TOKEN }} |