Compare commits

..

2 Commits

Author SHA1 Message Date
2059de7b1b test change
All checks were successful
PR Builder / Build-PR (pull_request) Successful in 2m4s
2024-09-24 22:16:30 -04:00
439c1f135d adding wf details
All checks were successful
Builder / Build-Project (push) Successful in 2m2s
2024-09-24 22:11:30 -04:00

View File

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