Compare commits

..

1 Commits

Author SHA1 Message Date
fa2ab9cbdb test change
Some checks failed
PR Builder / Build-PR (pull_request) Has been cancelled
2024-09-24 22:03:30 -04:00

View File

@ -6,7 +6,7 @@ jobs:
Build-PR:
runs-on: ubuntu-22.04
steps:
- run: echo "The job was automatically triggered by a ${{ gitea.event_name }} event on branch ${{ gitea.head_ref }} and ref is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- run: echo "The job was automatically triggered by a ${{ gitea.event_name }} event on branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- name: Build PR
if: gitea.base_ref == 'main'
run: |