Skip to content

Commit

Permalink
ci: Rename workflows from 'PR' to more descriptive names (#8614)
Browse files Browse the repository at this point in the history
* Update and rename pr.yml to pr-build.yml

* Update PULL_REQUEST_TEMPLATE.md

* Update and rename pr-target.yml to pr-semantics.yml

* Update pr-build.yml
  • Loading branch information
alepouna authored Apr 8, 2024
1 parent 7b7e42b commit e285e71
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ Every new commit to this PR will cause new A32NX and A380X artifacts to be creat

1. Make sure you are signed in to GitHub
1. Click on the **Checks** tab on the PR
1. On the left side, click on the bottom **PR** tab
1. On the left side, find and click on the **PR Build** tab
1. Click on either **flybywire-aircraft-a320-neo** or **flybywire-aircraft-a380-842** download link at the bottom of the page
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml → .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PR
name: PR Tests & Build
on:
pull_request:
types:
Expand Down Expand Up @@ -124,4 +124,4 @@ jobs:
if: github.event.pull_request.auto_merge == false
with:
name: flybywire-aircraft-a380-842
path: ./fbw-a380x/out/flybywire-aircraft-a380-842/
path: ./fbw-a380x/out/flybywire-aircraft-a380-842/
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PR
name: PR Semantics
on:
pull_request_target:
types:
Expand Down

0 comments on commit e285e71

Please sign in to comment.