Skip to content

Commit

Permalink
Update job names and remove ‘needs’
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhabib committed Oct 24, 2023
1 parent 92e598a commit 3e49996
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Release
name: Validate

on: push

jobs:
build-and-test:
name: 🔨 Build and test
name: 🔨 Build & Test
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ on:

jobs:
release:
needs: build-and-test
name: 🚀 Release
name: 📗 Publish
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
Expand Down

0 comments on commit 3e49996

Please sign in to comment.