Skip to content

Commit

Permalink
only run on SiEPIC org
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasc-ubc authored Jan 29, 2024
1 parent 16f15df commit 277f276
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ on:

jobs:
merge:
# only run the merge script on the SiEPIC account
if: github.repository_owner == 'SiEPIC'
# if: >-
# github.event.pull_request.user.login != 'SiEPIC' &&
# repository_dispatch.organization
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 277f276

Please sign in to comment.