Skip to content

Commit

Permalink
Revoke all permissions to see what fails first
Browse files Browse the repository at this point in the history
  • Loading branch information
jaykorean committed Aug 26, 2024
1 parent 4eb5878 commit efd0727
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightly-candidate.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: facebook/rocksdb/nightly
on: workflow_dispatch
permissions: {}
jobs:
# These jobs would be in nightly but are failing or otherwise broken for
# some reason.
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
schedule:
- cron: 0 9 * * *
workflow_dispatch:
permissions: {}
jobs:
build-format-compatible:
if: ${{ github.repository_owner == 'facebook' }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr-jobs-candidate.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: facebook/rocksdb/pr-jobs-candidate
on: workflow_dispatch
permissions: {}
jobs:
# These jobs would be in pr-jobs but are failing or otherwise broken for
# some reason.
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr-jobs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: facebook/rocksdb/pr-jobs
on: [push, pull_request]
permissions: {}
jobs:
# NOTE: multiple workflows would be recommended, but the current GHA UI in
# PRs doesn't make it clear when there's an overall error with a workflow,
Expand Down

0 comments on commit efd0727

Please sign in to comment.