Skip to content

Commit

Permalink
Merge branch 'master' into update-actors-in-store
Browse files Browse the repository at this point in the history
  • Loading branch information
TC-MO authored Mar 15, 2024
2 parents b9c3272 + 5974c1d commit 02f0675
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-theme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Check changes in theme
id: changed-theme-files
uses: tj-actions/changed-files@v42
uses: tj-actions/changed-files@v43
with:
since_last_remote_commit: "true"
files: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v42.1.0
uses: tj-actions/changed-files@v43.0.0
with:
files: |
**/*.md
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v42.1.0
uses: tj-actions/changed-files@v43.0.0
with:
files: |
**/*.{md,mdx}
Expand Down
4 changes: 0 additions & 4 deletions sources/platform/schedules.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,3 @@ Additionally, you can use the following shortcut expressions:
* `@weekly` = `0 0 * * 0` - once a week, on Sunday at midnight.
* `@daily` = `0 0 * * *` - run once a day, at midnight.
* `@hourly` = `0 * * * *` - on the hour, every hour.

## Sharing

You can invite other Apify users to view or modify your schedules with the [access rights](../platform/collaboration/index.md) system. See the [full list of permissions](../platform/collaboration/list_of_permissions.md).

0 comments on commit 02f0675

Please sign in to comment.