Skip to content

Force a new cache

Force a new cache #22

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'