Skip to content

Commit

Permalink
add emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcavazos committed Jul 30, 2024
1 parent aeba0d1 commit abea4de
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

name: Test
name: 🪿

on:
push:
Expand All @@ -26,6 +26,7 @@ env:

jobs:
affected:
name: Finding affected tests
runs-on: ubuntu-latest
outputs:
python: ${{steps.python.outputs.affected}}
Expand All @@ -44,7 +45,7 @@ jobs:
echo "$AFFECTED_PYTHON"
echo "affected=$AFFECTED_PYTHON" >> "$GITHUB_OUTPUT"
python-311:
python:
name: Python ${{matrix.python-version}}
needs: affected
runs-on: ubuntu-latest
Expand Down

0 comments on commit abea4de

Please sign in to comment.