Skip to content

Commit

Permalink
GH actions plus conditionals
Browse files Browse the repository at this point in the history
  • Loading branch information
ktbyers committed Jun 4, 2024
1 parent 07f36ff commit a547493
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/conditional.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
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'

0 comments on commit a547493

Please sign in to comment.