Skip to content

Testing capturing step output #16

Testing capturing step output

Testing capturing step output #16

Workflow file for this run

---
name: Testing Conditionals
on:
- push
jobs:
conditionals:
runs-on: "ubuntu-24.04"
steps:
- run: python3 --version
- run: echo "Testing conditional"
if: github.repository != 'twin-bridges/gne'