Skip to content

Commit

Permalink
Sloppy copy paste fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Hook25 committed Feb 7, 2025
1 parent 85cccc4 commit 1fdd2c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tox-provider-tutorial.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
name: Test provider-base with tox
name: Test provider-tutorial with tox

on:
push:
branches: [ main ]
paths:
- providers/base/**
- providers/tutorial/**
pull_request:
branches: [ main ]
paths:
- providers/tutorial/**
workflow_dispatch:

jobs:
tox_test_provider_base:
name: Test provider-base with tox
tox_test_provider_tutorial:
name: Test provider-tutorial with tox
defaults:
run:
working-directory: providers/tutorial
Expand Down

0 comments on commit 1fdd2c8

Please sign in to comment.