Skip to content

Commit

Permalink
exclude upload artifacts from pull request workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eldcn committed Jun 2, 2024
1 parent 93eb56f commit 293197c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,3 @@ jobs:
uses: github/codeql-action/analyze@v3
with:
category: "/language:java-kotlin"
- name: Archive production artifacts
uses: actions/upload-artifact@v2
with:
name: app
path: app/build/outputs/apk/

0 comments on commit 293197c

Please sign in to comment.