Skip to content

Commit 6e89fa0

Browse files
authored
Merge pull request #6437 from mittler-works/disable-bluesky-action-on-forks
Do not run rss-to-bluesky job on schedule on forks
2 parents 1924d96 + 99be7d5 commit 6e89fa0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/blueskyfeedbot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ concurrency:
1010
group: feedbot
1111
jobs:
1212
rss-to-bluesky:
13+
if: (github.event_name == 'schedule' && github.repository == 'galaxyproject/training-material') || (github.event_name != 'schedule')
1314
runs-on: ubuntu-latest
1415
steps:
1516
- name: Generate cache key

events/2025-11-11_ecology.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ async: false
2828
mode: hybrid
2929

3030
registration:
31-
link: contact Yvan
31+
link: "mailto:[email protected]"
3232
deadline: 2025-11-20
3333
open: yes
3434

0 commit comments

Comments
 (0)