We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c024cb8 + aa7495f commit 69f333dCopy full SHA for 69f333d
.github/workflows/release.yml
@@ -6,6 +6,8 @@ on:
6
7
jobs:
8
release:
9
+ # Avoid forks to perform this job.
10
+ if: github.repository_owner == 'moodlehq'
11
name: Create Release
12
runs-on: ubuntu-18.04
13
0 commit comments