Skip to content

Commit

Permalink
remove synchronize
Browse files Browse the repository at this point in the history
  • Loading branch information
andromaqui committed Jun 19, 2024
1 parent aabf94e commit 4e934e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/preview-env-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: preview-env-deploy
on:
pull_request:
types: [labeled, synchronize]
types: [labeled]

jobs:
deploy-preview:
Expand Down
1 change: 0 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ const { unsupportedVersions } = require("./src/versions");

const latestVersion = require("./src/versions").versionMappings[0].docsVersion;

// dummy change
module.exports = {
title: "Camunda 8 Docs",
tagline: "Documentation for all components of Camunda 8",
Expand Down

0 comments on commit 4e934e4

Please sign in to comment.