Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
polkadot-sdk
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
parity
Mirrored projects
polkadot-sdk
Commits
654d60c3
Unverified
Commit
654d60c3
authored
3 months ago
by
Alexander Samusev
Committed by
GitHub
3 months ago
Browse files
Options
Downloads
Patches
Plain Diff
ci: skip check-semver in master and merge queue (#6762)
tbd
parent
82117ad5
Branches
gh-readonly-queue/master/pr-6762-82117ad53fc68e8097183e759926b62265ffff0a
Branches containing commit
No related merge requests found
Pipeline
#508262
waiting for manual action with stages
in 11 minutes and 2 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/check-semver.yml
+5
-0
5 additions, 0 deletions
.github/workflows/check-semver.yml
with
5 additions
and
0 deletions
.github/workflows/check-semver.yml
+
5
−
0
View file @
654d60c3
...
...
@@ -78,6 +78,11 @@ jobs:
-
name
:
check semver
run
:
|
if [ -z "$PR" ]; then
echo "Skipping master/merge queue"
exit 0
fi
export CARGO_TARGET_DIR=target
export RUSTFLAGS='-A warnings -A missing_docs'
export SKIP_WASM_BUILD=1
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment