Skip to content

Commit

Permalink
chore: fix CI for the leanprover -> leanprover-community move (#785)
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-em authored May 7, 2024
1 parent 56d2e4e commit a89cfe9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge_conflicts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
main:
if: github.repository_owner == 'leanprover'
if: github.repository_owner == 'leanprover-community'
runs-on: ubuntu-latest
steps:
- name: check if prs are dirty
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly_bump_toolchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
update-toolchain:
if: github.repository_owner == 'leanprover'
if: github.repository_owner == 'leanprover-community'
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly_merge_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
merge-to-nightly:
if: github.repository_owner == 'leanprover'
if: github.repository_owner == 'leanprover-community'
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down

0 comments on commit a89cfe9

Please sign in to comment.