Skip to content

Commit

Permalink
Onboard ExecuTorch to ciflow bot (pytorch#1060)
Browse files Browse the repository at this point in the history
Summary:
This would allow folks to add `ciflow/trunk` on their PR to run trunk jobs.

Pull Request resolved: pytorch#1060

Reviewed By: kirklandsign

Differential Revision: D50523616

Pulled By: huydhn

fbshipit-source-id: 5428b9f77c29a833368d5058599f4aeff96e650a
  • Loading branch information
huydhn authored and facebook-github-bot committed Oct 22, 2023
1 parent a815742 commit e677d80
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/pytorch-probot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# The schema is from https://github.com/pytorch/pytorch/blob/main/.github/pytorch-probot.yml
ciflow_push_tags:
- ciflow/trunk
2 changes: 2 additions & 0 deletions .github/workflows/trunk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches:
- main
- release/*
tags:
- ciflow/trunk/*
workflow_dispatch:

concurrency:
Expand Down

0 comments on commit e677d80

Please sign in to comment.