Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/fossa-analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: Fossa Analyze
on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]
# branches: ["main"] - commented for testing

permissions:
contents: read
Expand All @@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Machine for fossa-analyze
uses: snapchat/gigl/.github/actions/setup-python-tools@main
uses: ./.github/actions/setup-python-tools
with:
install_dev_deps: "true"
setup_gcloud: "true"
Expand Down