Skip to content

Commit

Permalink
uncomment
Browse files Browse the repository at this point in the history
  • Loading branch information
adomani committed Jun 22, 2024
1 parent ba43a97 commit 03cfac9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

name: continuous integration (staging)
name: default
on: [workflow_call] # allow this workflow to be called from other workflows
on: [workflow_call]
jobs:
# Cancels previous runs of jobs in this file
cancel:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:

name: continuous integration
name: default
on: [workflow_call] # allow this workflow to be called from other workflows
on: [workflow_call]
jobs:
# Cancels previous runs of jobs in this file
cancel:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: default
on: [workflow_call] # allow this workflow to be called from other workflows
on: [workflow_call]
jobs:
# Cancels previous runs of jobs in this file
cancel:
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 @@ -17,7 +17,7 @@ on:

name: continuous integration (mathlib forks)
name: default
on: [workflow_call] # allow this workflow to be called from other workflows
on: [workflow_call]
jobs:
# Cancels previous runs of jobs in this file
cancel:
Expand Down

0 comments on commit 03cfac9

Please sign in to comment.