Jon Ross-Perkins 226b653e11 Fix tests.yaml to execute tests when there's a mix of code and ignored files. (#3472) há 2 anos atrás
..
README.md 226b653e11 Fix tests.yaml to execute tests when there's a mix of code and ignored files. (#3472) há 2 anos atrás
assign_prs.yaml 418b28d12b Fix filter step reference (#2273) há 3 anos atrás
discord_wiki.yaml ed3a81aa08 Add action for wiki change notifications. (#2089) há 3 anos atrás
label_prs.yaml cc9ea4da66 Add auto-labeling for some docs and infra. (#2481) há 3 anos atrás
pre_commit.yaml f091a45c19 Infra: run `pre-commit` on merge groups (#2960) há 2 anos atrás
proposal_labeled.yaml 21311334cb Switch to pull_request_target (#2014) há 3 anos atrás
proposal_ready.yaml 21311334cb Switch to pull_request_target (#2014) há 3 anos atrás
stale.yaml f4d45c8d88 Fix newline formatting in stale-issue message (#3045) há 2 anos atrás
sync_repos.yaml b22e585285 Bump action versions. (#2591) há 3 anos atrás
tests.yaml 226b653e11 Fix tests.yaml to execute tests when there's a mix of code and ignored files. (#3472) há 2 anos atrás

README.md

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]