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 d245cba
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
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'

2 changes: 1 addition & 1 deletion .github/workflows/pip-install-deps-2.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Install Python Dependencies
name: "Install Python Dependencies 2"
on:
- push
- workflow_dispatch
Expand Down

0 comments on commit d245cba

Please sign in to comment.