Skip to content

Commit

Permalink
add workflow calls
Browse files Browse the repository at this point in the history
  • Loading branch information
adomani committed Jun 22, 2024
1 parent 0d357fe commit 38eca3c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Forks of mathlib and other projects should be able to use build_fork.yml directly
# The jobs in this file run on self-hosted workers and will not be run from external forks

on:
on: [workflow_call] # allow this workflow to be called from other workflows
push:
branches:
- staging
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Forks of mathlib and other projects should be able to use build_fork.yml directly
# The jobs in this file run on self-hosted workers and will not be run from external forks

on:
on: [workflow_call] # allow this workflow to be called from other workflows
push:
branches-ignore:
# ignore tmp branches used by bors
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Forks of mathlib and other projects should be able to use build_fork.yml directly
# The jobs in this file run on GitHub-hosted workers and will only be run from external forks

on:
on: [workflow_call] # allow this workflow to be called from other workflows
push:
branches-ignore:
# ignore tmp branches used by bors
Expand Down

0 comments on commit 38eca3c

Please sign in to comment.