mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 22:02:23 +01:00
Fix an error in tests.yaml where tests wouldn't be run if *any* file was ignored. Instead, only skip tests if *all* files are ignored. Example run: https://github.com/carbon-language/carbon-lang/actions/runs/7132705321/job/19423815707
395 B
395 B
Testing workflows
We keep around an action-test branch in carbon-lang, which can be used to test
triggers with push: configurations. For example:
on:
push:
branches: [action-test]