Skip to content

Commit

Permalink
👷 disable security workflow temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdelStark committed Sep 20, 2023
1 parent cc21769 commit 1916b17
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Security

on: [push, pull_request]
# Disabling Security workflow for now.
# TODO: Enable this workflow once we have a stable version of Semgrep rules.
on: []
#on: [push, pull_request]

jobs:
check:
Expand Down

0 comments on commit 1916b17

Please sign in to comment.