Skip to content

Commit

Permalink
[WIP][ci] Cleanup and order GHA workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed May 13, 2024
1 parent e973ac9 commit f86d63f
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check-runtime-migration.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: check-runtime-migration

on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
merge_group:
Expand Down
File renamed without changes.
7 changes: 4 additions & 3 deletions .github/workflows/merge-queue.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Actions that makes review-bot green in the merge queue
name: Merge-Queue

on:
Expand All @@ -18,7 +19,7 @@ jobs:
uses: billyjbryant/create-status-check@3e6fa0ac599d10d9588cf9516ca4330ef669b858 # v2
with:
authToken: ${{ steps.app_token.outputs.token }}
context: 'review-bot'
description: 'PRs for merge queue gets approved'
state: 'success'
context: "review-bot"
description: "PRs for merge queue gets approved"
state: "success"
sha: ${{ github.event.merge_group.head_commit.id }}
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions .github/workflows/quick-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
name: quick-checks

on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
merge_group:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: tests

on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
merge_group:
Expand Down

0 comments on commit f86d63f

Please sign in to comment.