mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-23 22:01:54 -06:00
Every workflow is being executed twice for dependabot: Once when its
branch is pushed to this repository and again when a PR is opened for
it.
For example, see the checks in #5979 ("29 checks passed").
This happens because both `on.push` and `on.pull_request` are specified
in the workflow files.
There does not seem to be a simple and generic way to avoid such
duplicated runs directly in GitHub Actions (such as preventing the same
check from running for the same exact commit)[1], so just ignore the
dependabot branches on push for now.
See also and commit
|
||
|---|---|---|
| .. | ||
| build-extra.yml | ||
| build.yml | ||
| check-c.yml | ||
| check-profiles.yml | ||
| check-python.yml | ||
| codespell.yml | ||
| test.yml | ||