Skip to content

Commit

Permalink
Merge pull request #130 from UMM-CSci-3601/fix-merge-queue
Browse files Browse the repository at this point in the history
Go back to just `on:push` for the workflows
  • Loading branch information
NicMcPhee authored Jan 16, 2024
2 parents 3cae399 + 4948aca commit 14d7652
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ name: "CodeQL"

on:
push:
pull_request:
merge_group:
schedule:
- cron: "21 0 10 * *"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Java

on: [push, pull_request, merge_group]
on: [push]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/link-check.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Check Markdown links

on: [push, pull_request, merge_group]
on: [push]

jobs:
markdown-link-check:
Expand Down

0 comments on commit 14d7652

Please sign in to comment.