Skip to content

Commit

Permalink
Modify ci yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
IveanEx committed Aug 17, 2024
1 parent c031e83 commit 9d9a817
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# Run functional regression checks
name: ci
on: [push, pull_request]
on: [pull_request]
jobs:

########
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gitlab-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Some CI tests run on our GitLab servers due to licenses and tools
name: gitlab-ci
on: [push, pull_request, workflow_dispatch]
on: [pull_request]
jobs:
gitlab-ci:
name: Internal Gitlab CI
Expand Down

0 comments on commit 9d9a817

Please sign in to comment.