Levon Tamrazov
Levon Tamrazov
+1 This would help us as well quite a bit. It would eliminate the need for running several plugins (currently we might need: https://github.com/RoadRunnerEngineering/postgraphile-plugin-custom-filter to accommodate this).
Wonder if this is the same issue as we are experiencing in https://github.com/softprops/turnstyle/issues/27
This is the workflow: ```yaml name: release on: pull_request: branches: [ master ] jobs: cancel-workflows: runs-on: ubuntu-latest steps: - name: Block concurrent deploys uses: softprops/turnstyle@v1 with: abort-after-seconds: 1 poll-interval-seconds: 1...
Further testing seems like it only works when its on the same job like: ``` jobs: cancel-workflows: runs-on: ubuntu-latest steps: - name: Block concurrent deploys uses: softprops/turnstyle@v1 with: abort-after-seconds: 1...
+1 on the merge please.
I'm not sure if this is related, but we also just ran into an issue deleting the stack. In our case it failed on trying to delete the NodeRole and...