Skip to content

Commit

Permalink
Merge branch 'main' into update-write-ups-s24
Browse files Browse the repository at this point in the history
  • Loading branch information
NicMcPhee authored Jan 16, 2024
2 parents 62bbe50 + 14d7652 commit e68c9ef
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 e68c9ef

Please sign in to comment.