Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nextcloud-libraries/nextcloud-cypress
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0-beta.5
Choose a base ref
...
head repository: nextcloud-libraries/nextcloud-cypress
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.0-beta.6
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Sep 20, 2023

  1. Remove permission check in publish workflows

    Signed-off-by: Louis Chemineau <louis@chmn.me>
    artonge committed Sep 20, 2023
    Copy the full SHA
    f524343 View commit details
  2. Merge pull request #331 from nextcloud-libraries/artonge/remove_permi…

    …ssion_check
    
    Remove permission check in publish workflows
    artonge authored Sep 20, 2023
    Copy the full SHA
    4ec868f View commit details
Showing with 1 addition and 8 deletions.
  1. +0 −7 .github/workflows/documentation.yml
  2. +1 −1 package.json
7 changes: 0 additions & 7 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
@@ -11,13 +11,6 @@ jobs:

name: Build and deploy
steps:
- name: Check actor permission level
# Only allow admin to deploy on release
if: github.event.release
uses: skjnldsv/check-actor-permission@e591dbfe838300c007028e1219ca82cc26e8d7c5 # v2
with:
require: admin

- name: Checkout
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v3.5.2

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextcloud/cypress",
"version": "1.0.0-beta.5",
"version": "1.0.0-beta.6",
"description": "Nextcloud cypress commands, utils and selectors library",
"main": "dist/index.cjs",
"module": "dist/index.js",