Skip to content

Commit

Permalink
Merge pull request ubiquity#878 from gitcoindev/switch-contracts-stor…
Browse files Browse the repository at this point in the history
…age-changes-workflow-to-manual

chore: temporarily disable storage changes workflow for pull requests
  • Loading branch information
gitcoindev authored Jan 19, 2024
2 parents 8fa47c9 + 90597ff commit 1f19cd0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: CodeQL Analysis

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

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:
# pull_request: ## temporarily disable for pull requests until https://github.com/ubiquity/ubiquity-dollar/issues/876 is resolved.

jobs:
provide_contracts:
Expand Down

0 comments on commit 1f19cd0

Please sign in to comment.