Skip to content

Commit

Permalink
Make description more legible
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Jul 27, 2023
1 parent 2ff6fee commit 0397b47
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/on-push.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
#######################
# "on push" Test Gate #
#######################
---
name: On Push to Remote Workflow
name: testing
on:
push:
pull_request:
Expand All @@ -12,7 +9,7 @@ jobs:
# [START] on-push Release Gate Tests [PLEASE EDIT!] #
#####################################################
build:
name: Build, Lint, and Unit Test
name: Build, Lint, and Test with Python ${{ matrix.python-version }}, Django ${{ matrix.django-version }}
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
Expand Down

0 comments on commit 0397b47

Please sign in to comment.