Test actions
Some checks failed
Build and push runner-custom image / publish (push) Failing after 0s

This commit is contained in:
Jérémie SALVI
2024-12-21 22:47:36 +01:00
parent 87f950979b
commit 8b2295329d

View File

@@ -10,7 +10,6 @@ on:
jobs: jobs:
publish: publish:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: gitea.ref == 'refs/heads/main'
steps: steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." - run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!" - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"