Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/a11y.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
workflow_dispatch:
schedule:
- cron: '0 8 * * *'
permissions:
contents: read
jobs:
test_for_accessibility_issues:
runs-on: ubuntu-latest
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/codeql-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ on:
branches: [main]
schedule:
- cron: '35 1 * * 4'

permissions:
contents: read
jobs:
analyze:
name: Analyze
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/dataset-backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ on:
schedule:
# Runs at 02:00 UTC every sunday
- cron: '0 2 * * 0'
permissions:
contents: read
env:
BUILD_ARTIFACT_PATH: ${{ github.workspace }}/backups
jobs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/equinor-algolia-indexers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ on:
- '!./README.md'
- '!./.env.template'

permissions:
contents: read

env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
BUILD_OUTPUT_PATH: ${{ github.workspace }}/search
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/fotoware-redirect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ on:
description: 'Enter the branch name in fotoware repository. Default is master'
default: master
type: string

permissions:
contents: read
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
BUILD_PACKAGE_NAME: fotoware.zip
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/setup-azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
type: string
required: true

permissions:
contents: read

env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/wiki-notifier.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Notify on wiki updates
on:
gollum
permissions:
contents: read
jobs:
check_for_updates:
runs-on: ubuntu-latest
Expand Down
Loading