Update congratsbot.yml (#1055)
This commit is contained in:
parent
cb43ca440b
commit
7f6dd972b8
1 changed files with 2 additions and 2 deletions
4
.github/workflows/congratsbot.yml
vendored
4
.github/workflows/congratsbot.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: Discord: Congratsbot
|
name: "Discord:congratsbot"
|
||||||
|
|
||||||
# only trigger on pull request closed events
|
# only trigger on pull request closed events
|
||||||
on:
|
on:
|
||||||
|
@ -7,7 +7,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
congrats:
|
congrats:
|
||||||
name: Discord:Congratsbot
|
name: "Discord:congratsbot"
|
||||||
# this job will only run if the PR has been merged
|
# this job will only run if the PR has been merged
|
||||||
if: github.event.pull_request.merged == true
|
if: github.event.pull_request.merged == true
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue