teleport/.github
Zac Bergquist 73cf6779e9
Remove bypass workflow for integration and docs tests (#31953)
* Remove bypass workflow for integration tests

It turns out, the 'paths' filter is not supported with the merge
queue. As a result, we're running a lot more actions in the merge
queue than we thought we were. For example, integration tests are
running even if the PR(s) in the queue only contain docs changes.

Instead of relying on GitHub to do the filtering (which isn't supported)
and using the "multiple workflows with the same name" hack, we use a
third party action to detect what files were changed and determine
whether subsequent jobs should run.

* Remove doc-tests bypass

This will allow us to test both cases

* Address review comments
2023-09-15 21:58:32 +00:00
..
actions Disable GHA cache (#27305) 2023-06-02 21:09:13 +00:00
ISSUE_TEMPLATE Explain agent forwarding testplan item (#31863) 2023-09-14 19:08:15 +00:00
services Github Actions workflow (#18617) 2022-11-22 16:55:26 -05:00
workflows Remove bypass workflow for integration and docs tests (#31953) 2023-09-15 21:58:32 +00:00
CODEOWNERS Protect flaky tests detector with codeowners (#31165) 2023-08-30 12:32:30 +00:00
dependabot.yml Add Dependabot config for GitHub Actions (#31119) 2023-08-30 04:50:13 +00:00