Skip to content

Commit

Permalink
chore(repo): Disable test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AtelyPham committed Nov 27, 2024
1 parent f5a12d5 commit ccf73cc
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
name: build 🏗️
name: test 🧪

on:
pull_request:
branches: [develop, staging, master, feature/**]
workflow_dispatch:

push:
branches: [develop, staging, master, feature/**]
# TODO: Re-enable once @webb-tools/sdk-core is removed
# pull_request:
# branches: [develop, staging, master, feature/**]

workflow_dispatch:
# push:
# branches: [develop, staging, master, feature/**]

jobs:
build_code:
Expand Down

0 comments on commit ccf73cc

Please sign in to comment.