Skip to content

Fix CI-CD and test cherry-pick #28

Fix CI-CD and test cherry-pick

Fix CI-CD and test cherry-pick #28

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'