Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
5a4fec6d
Unverified
Commit
5a4fec6d
authored
Jan 24, 2021
by
Nikita Titov
Committed by
GitHub
Jan 24, 2021
Browse files
[ci] improve optional checks (#3826)
parent
da443871
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.github/workflows/triggering_comments.yml
.github/workflows/triggering_comments.yml
+1
-1
No files found.
.github/workflows/triggering_comments.yml
View file @
5a4fec6d
...
...
@@ -6,7 +6,7 @@ on:
jobs
:
triggering-tests
:
if
:
github.event.issue.pull_request && contains('OWNER,MEMBER,COLLABORATOR', github.event.comment.author_association)
if
:
github.event.issue.pull_request && contains('OWNER,MEMBER,COLLABORATOR', github.event.comment.author_association)
&& startsWith(github.event.comment.body, '/gha run')
runs-on
:
ubuntu-latest
env
:
SECRETS_WORKFLOW
:
${{ secrets.WORKFLOW }}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment