Skip to content

Commit

Permalink
Revert "chore: temporarily disable storage changes workflow for pull …
Browse files Browse the repository at this point in the history
…requests" (#885)
  • Loading branch information
molecula451 authored Jan 24, 2024
1 parent c216cd2 commit 5a8cbb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: CodeQL Analysis

on: workflow_dispatch
# push:
# branches:
# - development
# pull_request: ## temporarily disable for pull requests until https://github.com/ubiquity/ubiquity-dollar/issues/876 is resolved.
on:
pull_request:
push:

jobs:
code-ql-analysis:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/core-contracts-storage-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- development
# pull_request: ## temporarily disable for pull requests until https://github.com/ubiquity/ubiquity-dollar/issues/876 is resolved.
pull_request:

jobs:
provide_contracts:
Expand Down

0 comments on commit 5a8cbb3

Please sign in to comment.